From a67cc4d59518b1b2f02e01b2879e953990244773 Mon Sep 17 00:00:00 2001 From: Matthew R Date: Sun, 3 May 2020 17:56:27 -0400 Subject: [PATCH] fixes --- src/functions/existingLimitsSetup.ts | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/functions/existingLimitsSetup.ts b/src/functions/existingLimitsSetup.ts index 5b7a572..a0bce3a 100644 --- a/src/functions/existingLimitsSetup.ts +++ b/src/functions/existingLimitsSetup.ts @@ -1,3 +1,4 @@ +/* eslint-disable no-await-in-loop */ import { Client } from '..'; export default async function existingLimitsSetup(client: Client): Promise { @@ -10,15 +11,15 @@ export default async function existingLimitsSetup(client: Client): Promise