Skip to content

Commit 7d8cc8e

Browse files
[FSSDK-11981] format fix
1 parent 92409e4 commit 7d8cc8e

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

lib/core/decision_service/cmab/cmab_service.ts

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,18 @@ import { LoggerFacade } from "../../../logging/logger";
1818
import { IOptimizelyUserContext } from "../../../optimizely_user_context";
1919
import { ProjectConfig } from "../../../project_config/project_config"
2020
import { OptimizelyDecideOption, UserAttributes } from "../../../shared_types"
21-
import { Cache, CacheWithRemove } from "../../../utils/cache/cache";
21+
import { CacheWithRemove } from "../../../utils/cache/cache";
2222
import { CmabClient } from "./cmab_client";
2323
import { v4 as uuidV4 } from 'uuid';
2424
import murmurhash from "murmurhash";
2525
import { DecideOptionsMap } from "..";
2626
import { SerialRunner } from "../../../utils/executor/serial_runner";
27-
import { CMAB_CACHE_ATTRIBUTES_MISMATCH, IGNORE_CMAB_CACHE, INVALIDATE_CMAB_CACHE, RESET_CMAB_CACHE } from "log_message";
27+
import {
28+
CMAB_CACHE_ATTRIBUTES_MISMATCH,
29+
IGNORE_CMAB_CACHE,
30+
INVALIDATE_CMAB_CACHE,
31+
RESET_CMAB_CACHE,
32+
} from 'log_message';
2833

2934
export type CmabDecision = {
3035
variationId: string,

0 commit comments

Comments
 (0)