From 60dd085449ac3d1e89f31b8845062c82889e6e2b Mon Sep 17 00:00:00 2001 From: metamuffin Date: Tue, 7 Jun 2022 15:44:01 +0200 Subject: changed disable.js once again --- source/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/index.ts') diff --git a/source/index.ts b/source/index.ts index 72d1185..7c2a61b 100644 --- a/source/index.ts +++ b/source/index.ts @@ -7,7 +7,7 @@ const app = new Application() const router = new Router() const renderEnv = { - commit: Deno.readTextFileSync("./.git/refs/heads/main").toString().substr(0, 8) + commit: Deno.readTextFileSync("./.git/refs/heads/main").toString().substring(0, 8) } const templates: Map = new Map() -- cgit v1.2.3-70-g09d2