Skip to content

Commit

Permalink
fix(client): linting issue
Browse files Browse the repository at this point in the history
Signed-off-by: Jordan Shatford <jordanshatford@live.com>
  • Loading branch information
jordanshatford committed Apr 9, 2024
1 parent d18077c commit 42fd3bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/client.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
declare module '@yd/api' {
const json: any;
const json: string;
export default json;
}

0 comments on commit 42fd3bb

Please sign in to comment.