Merged in fix/redis-api-package-mismatch (pull request #3278)
Fix/redis api package mismatch * Migrate scandic-web * Migrate partner-sas * Enable any rule in partner-sas * fix: redis-api package version mismatch * Merge branch 'master' of bitbucket.org:scandic-swap/web into fix/redis-api-package-mismatch Approved-by: Anton Gunnarsson
This commit is contained in:
@@ -7,9 +7,7 @@ import { loggerModule } from "@/utils/logger";
|
||||
import { truncate } from "@/utils/truncate";
|
||||
import { validateKey } from "@/utils/validateKey";
|
||||
|
||||
const MIN_LENGTH = 1;
|
||||
|
||||
const QUERY_TYPE = t.Object({ key: t.String({ minLength: MIN_LENGTH }) });
|
||||
const QUERY_TYPE = t.Object({ key: t.String({}) });
|
||||
const DELETEMULTIPLE_BODY_TYPE = t.Object({
|
||||
keys: t.Array(t.String()),
|
||||
fuzzy: t.Optional(t.Boolean({ default: false })),
|
||||
|
||||
Reference in New Issue
Block a user