Skip to content

Commit e7014d0

Browse files
committed
feat: organize constants
1 parent 7ba5039 commit e7014d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ const AWS_REGIONS = [
5757
"eu-west-2",
5858
];
5959

60+
const SYNC_INTERVAL = 1000 * 60 * 60; // 1 hour
61+
6062
// Fancy banner
6163
console.log(
6264
pastel.multiline(
@@ -81,8 +83,6 @@ const logger = pino({
8183
},
8284
});
8385

84-
const SYNC_INTERVAL = 1000 * 60 * 60; // 1 hour
85-
8686
/**
8787
* Parses AWS profiles from credentials and config files
8888
* @returns {string[]} Array of AWS profile names

0 commit comments

Comments
 (0)