Skip to content

Commit

Permalink
fix missed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kane50613 committed Mar 4, 2024
1 parent 17af210 commit 698598a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redis-on-workers",
"version": "0.2.4",
"version": "0.2.5",
"description": "Connect to your Redis server using cloudflare:sockets",
"scripts": {
"build": "tsup",
Expand Down
2 changes: 1 addition & 1 deletion src/get-connect-fn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export async function getConnectFn(fn?: CreateRedisOptions["connectFn"]) {

try {
const { connect } = await import(
/*! webpackIgnore: true */
/* webpackIgnore: true */
"cloudflare:sockets"
);

Expand Down

0 comments on commit 698598a

Please sign in to comment.