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

Commit

Permalink
Merge 16b2e61 into 62201ed
Browse files Browse the repository at this point in the history
  • Loading branch information
Luxcium committed Jan 22, 2021
2 parents 62201ed + 16b2e61 commit 94f1251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const redis = new Redis() as any;

const jsonCache = new JSONCache<{
name: string;
age: 25;
age: number;
address: {
doorNo: string;
locality: string;
Expand Down

0 comments on commit 94f1251

Please sign in to comment.