Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KATT committed Oct 7, 2023
1 parent 68e8ff6 commit 7a7f9c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sync/deserialize.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,6 @@ export function createTsonParser(opts: TsonOptions): TsonParseFn {

// eslint-disable-next-line @typescript-eslint/no-unsafe-return
return value;
});
}).json;
}) as TsonParseFn;
}

0 comments on commit 7a7f9c3

Please sign in to comment.