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

Commit

Permalink
yarn lint and fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Flouse committed Dec 3, 2021
1 parent 80b8e3c commit 3ab1b03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api-server/src/cache/constant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ export const CACHE_EXPIRED_TIME_MILSECS = 5 * 60 * 1000; // milsec, default 5 mi
export const MAX_FILTER_TOPIC_ARRAY_LENGTH = 20;

// The Cache Key Prfixs
export const GW_RPC_KEY = 'gwRPC';
export const GW_RPC_KEY = "gwRPC";

0 comments on commit 3ab1b03

Please sign in to comment.