fix: rest method uppercase

This commit is contained in:
Skillz4Killz
2021-04-09 14:41:31 +00:00
committed by GitHub
parent 03d01463e1
commit 9c53a67dd3
14 changed files with 61 additions and 48 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import { ws, delay } from "../../mod.ts";
import { delay, ws } from "../../mod.ts";
import { defaultTestOptions } from "./start_bot.ts";
// Exit the Deno process once all tests are done.