Skip to content

Commit 7ef07ad

Browse files
committed
Fix typo
1 parent 9fcc8bf commit 7ef07ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ const roleArns = {
203203
};
204204

205205
export const EVENT_CACHED_DURATION = 120;
206-
export const STALE_IF_ERROR_CACHED_TIME = 86400 // 1 day;
206+
export const STALE_IF_ERROR_CACHED_TIME = 86400; // 1 day
207207

208208
type NotificationRecipientsType = {
209209
[env in RunEnvironment]: {

0 commit comments

Comments
 (0)