Browse Source

refactor: cache scope value correction

Signed-off-by: Pranav C <pranavxc@gmail.com>
nc-oss/44517c26
Pranav C 10 months ago
parent
commit
44517c263b
  1. 2
      packages/nocodb/src/utils/globals.ts

2
packages/nocodb/src/utils/globals.ts

@ -158,7 +158,7 @@ export enum CacheScope {
SINGLE_QUERY = 'singleQuery',
JOBS = 'nc_jobs',
PRESIGNED_URL = 'presignedUrl',
STORE = 'presignedUrl',
STORE = 'store',
}
export enum CacheGetType {

Loading…
Cancel
Save