Skip to content

Commit 54815f8

Browse files
committed
nits
1 parent af681ba commit 54815f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Controllers/SchemaCache.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
const CACHED_KEYS = "__CACHED_KEYS";
21
const MAIN_SCHEMA = "__MAIN_SCHEMA";
32
const SCHEMA_CACHE_PREFIX = "__SCHEMA";
3+
44
export default class SchemaCache {
55
cache: Object;
66

0 commit comments

Comments
 (0)