Skip to content

Commit

Permalink
fix: removed duplicate line (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
thetejasmagade authored Mar 26, 2023
1 parent cca7ebf commit d76d730
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ export const builtinDrivers = {
http: "unstorage/drivers/http",
localStorage: "unstorage/drivers/localstorage",
lruCache: "unstorage/drivers/lru-cache",
localstorage: "unstorage/drivers/localstorage",
memory: "unstorage/drivers/memory",
mongodb: "unstorage/drivers/mongodb",
overlay: "unstorage/drivers/overlay",
Expand Down

0 comments on commit d76d730

Please sign in to comment.