Skip to content

Commit 26ff7c8

Browse files
committed
Fix API type
1 parent 10e7e2d commit 26ff7c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/autorun-env/api.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@
353353
"parameters": [
354354
{
355355
"name": "funcOrLevel",
356-
"type": "function | integer",
356+
"type": "function | number",
357357
"description": "The function to check or the stack level"
358358
}
359359
],

0 commit comments

Comments
 (0)