Skip to content

Commit 7c8f67a

Browse files
authored
Merge pull request #1302 from OneSignal/api/update-setLogLevel-type
refactor(api): update type to be more specific
2 parents 2812a69 + 58f206a commit 7c8f67a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@
254254
"args": [
255255
{
256256
"name": "logLevel",
257-
"type": "string",
257+
"type": "'trace' | 'debug' | 'info' | 'warn' | 'error'",
258258
"optional": false
259259
}
260260
],

0 commit comments

Comments
 (0)