Skip to content

Commit 6e13f45

Browse files
committed
fix(api): update User getTags and getLanguage to return a Promise
1 parent 7c8f67a commit 6e13f45

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@
455455
"name": "getTags",
456456
"isAsync": false,
457457
"args": [],
458-
"returnType": "{ [key: string]: string }"
458+
"returnType": "Promise<{ [key: string]: string }>"
459459
},
460460
{
461461
"name": "addEventListener",
@@ -507,7 +507,7 @@
507507
"name": "getLanguage",
508508
"isAsync": false,
509509
"args": [],
510-
"returnType": "string"
510+
"returnType": "Promise<string>"
511511
}
512512
],
513513
"properties": [

0 commit comments

Comments
 (0)