diff --git a/api/providers/CosmosSQLStorage.ts b/api/providers/CosmosSQLStorage.ts index e8847d1..615bd04 100644 --- a/api/providers/CosmosSQLStorage.ts +++ b/api/providers/CosmosSQLStorage.ts @@ -11,15 +11,9 @@ import { IRules } from "../types/IRules"; import { ruleArrays } from "../utils/Consts"; import { yamlToJSON, - buildJSON, - dotsToSquares, - jsonToQuery, spacesToUnderscores, - underscoresToSpaces, sqlName, paramName, - jsonName, - unpublish, } from "../utils/json_yaml"; interface Operation {