8000 const · optimizely/javascript-sdk@8a6eb7f · GitHub
[go: up one dir, main page]

Skip to content

Commit 8a6eb7f

Browse files
committed
const
1 parent cb3da9e commit 8a6eb7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/project_config/config_manager_factory.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export const getPollingConfigManager = (
5858
const backoff = new ExponentialBackoff(1000, updateInterval, 500);
5959
const repeater = new IntervalRepeater(updateInterval, backoff);
6060

61-
let startupLogs: StartupLog[] = []
61+
const startupLogs: StartupLog[] = []
6262

6363
if (updateInterval < MIN_UPDATE_INTERVAL) {
6464
startupLogs.push({

0 commit comments

Comments
 (0)
0