Skip to content

Commit cae210e

Browse files
author
Tobias Mønster Madsen
committed
Format
1 parent 5db5bdd commit cae210e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

types/clerk.io/clerk.io-tests.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ window.Clerk("call", "test");
2121
// $ExpectType number[]
2222
response.result;
2323

24-
const searchResponse = await window.Clerk('call', 'search/search', {
25-
query: 'test',
24+
const searchResponse = await window.Clerk("call", "search/search", {
25+
query: "test",
2626
limit: 10,
2727
});
2828

0 commit comments

Comments
 (0)