Skip to content

Commit

Permalink
import fix
Browse files Browse the repository at this point in the history
  • Loading branch information
timolegros committed Jan 4, 2024
1 parent 701f316 commit 00430c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/commonwealth/server/util/globalActivityCache.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { RedisNamespaces } from '@hicommonwealth/core';
import { factory, formatFilename } from 'common-common/src/logging';
import { RedisCache } from 'common-common/src/redisCache';
import { RedisNamespaces } from 'common-common/src/types';
import { v4 as uuidv4 } from 'uuid';
import type { DB } from '../models';
import { AddressAttributes } from '../models/address';
Expand Down

0 comments on commit 00430c7

Please sign in to comment.