aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Matei Pintilie <lucafulger@gmail.com>2021-09-19 12:11:11 +0000
committerLuca Matei Pintilie <lucafulger@gmail.com>2021-09-19 12:11:11 +0000
commit129f07c7c5371589769c46df559449cbc31e79a0 (patch)
tree56c18207042b38f163919cb26748d2d99e5b7136
parent4ce7b752566728dda17e5bdc4f7faaa3ddfb43a2 (diff)
downloadspeedrunbot-slash-129f07c7c5371589769c46df559449cbc31e79a0.tar
speedrunbot-slash-129f07c7c5371589769c46df559449cbc31e79a0.tar.gz
speedrunbot-slash-129f07c7c5371589769c46df559449cbc31e79a0.tar.bz2
speedrunbot-slash-129f07c7c5371589769c46df559449cbc31e79a0.tar.lz
speedrunbot-slash-129f07c7c5371589769c46df559449cbc31e79a0.tar.xz
speedrunbot-slash-129f07c7c5371589769c46df559449cbc31e79a0.tar.zst
speedrunbot-slash-129f07c7c5371589769c46df559449cbc31e79a0.zip
Change dependency since previous one doesn't work on deno deploy
-rwxr-xr-xsrc/srcom/pending.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/srcom/pending.ts b/src/srcom/pending.ts
index fc46f77..8ee5e51 100755
--- a/src/srcom/pending.ts
+++ b/src/srcom/pending.ts
@@ -3,7 +3,7 @@ import { Format } from "./fmt.ts";
import { getAll, getGame, SRC_API } from "./utils.ts";
import type { Opts } from "./utils.ts";
import type { SpeedrunCom } from "./types.d.ts";
-import { TimeDelta } from "https://esm.sh/@silane/datetime";
+import { TimeDelta } from "https://raw.githubusercontent.com/AnInternetTroll/datetime-js/master/src/index.js";
function sec2time(timeInSeconds: number): string {
return new TimeDelta({ seconds: timeInSeconds }).toString().replaceAll(