Skip to content

Commit b29913a

Browse files
committed
fix: Add .js extension to config import path.
1 parent 939fac4 commit b29913a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/helpers/self-ping.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { NODE_ENV, TELEGRAM_BOT_BASE_URL } from "../config/config";
1+
import { NODE_ENV, TELEGRAM_BOT_BASE_URL } from "../config/config.js";
22

33
export function startSelfPing() {
44
if (NODE_ENV !== "production") return;

0 commit comments

Comments
 (0)