Fix wrong eslint disable

This commit is contained in:
Ajay Ramachandran
2021-12-02 01:25:26 -05:00
parent 9e86f463d8
commit dd2db4bbbf

View File

@@ -39,9 +39,7 @@ async function getAndSplit<T, U>(fetchFromDB: (values: U[]) => Promise<Array<T>>
value,
result: JSON.parse(reply)
};
} catch (e) {
// eslint-disable-next-line no-console
}
} catch (e) { } //eslint-disable-line no-empty
}
return {