remove node_modules and .gitignore them
This commit is contained in:
-2
@@ -1,2 +0,0 @@
|
||||
import { MAXIMUM_RETRY_DELAY } from "@smithy/util-retry";
|
||||
export const defaultDelayDecider = (delayBase, attempts) => Math.floor(Math.min(MAXIMUM_RETRY_DELAY, Math.random() * 2 ** attempts * delayBase));
|
||||
Reference in New Issue
Block a user