Skip to content

Commit

Permalink
update cache.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Mar 6, 2023
1 parent c02ff78 commit 5e8af85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/cache.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {
} from "h3";
import type { H3Event } from "h3";
import { parseURL } from "ufo";
import { useStorage } from "#internal/nitro/virtual/storage";
import { useStorage } from "./storage";

export interface CacheEntry<T = any> {
value?: T;
Expand Down

0 comments on commit 5e8af85

Please sign in to comment.