We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
.js
1 parent 939fac4 commit b29913aCopy full SHA for b29913a
1 file changed
src/helpers/self-ping.js
@@ -1,4 +1,4 @@
1
-import { NODE_ENV, TELEGRAM_BOT_BASE_URL } from "../config/config";
+import { NODE_ENV, TELEGRAM_BOT_BASE_URL } from "../config/config.js";
2
3
export function startSelfPing() {
4
if (NODE_ENV !== "production") return;
0 commit comments