Skip to content

Commit b2412fa

Browse files
add error log
1 parent 0631c86 commit b2412fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/contentstack-config/src/utils/rate-limit-handler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export class RateLimitHandler {
6666
}
6767
});
6868
} catch (error) {
69-
console.log("Something went wrong while setting rate limit for org: ", formatError(error));
69+
console.log('Something went wrong while setting rate limit for org:', formatError(error));
7070
throw new Error(error);
7171
}
7272
}

0 commit comments

Comments
 (0)