Skip to content

Commit

Permalink
fix: add file extensions (#716)
Browse files Browse the repository at this point in the history
  • Loading branch information
yutak23 authored Nov 10, 2023
1 parent 0760ffc commit 9a31dd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/script.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import Hex from "crypto-js/enc-hex";
import sha1 from "crypto-js/sha1";
import Hex from "crypto-js/enc-hex.js";
import sha1 from "crypto-js/sha1.js";
import { Redis } from "./redis";
/**
* Creates a new script.
Expand Down

0 comments on commit 9a31dd1

Please sign in to comment.