Skip to content

Commit

Permalink
chore(cache): fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
CarsonF committed Sep 23, 2024
1 parent 2a60fb2 commit 83cc447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cache/src/cache.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { resolveOptions } from './resolve-options';
import { NamespaceStore } from './stores/namespace';
import {
CacheStore,
CacheStoreItemOptions as StoreItemOptions,
type CacheStoreItemOptions as StoreItemOptions,
} from './stores/store.interface';
import '@seedcompany/common/temporal/luxon';

Expand Down

0 comments on commit 83cc447

Please sign in to comment.