missing retryCount in httpPlaceholder

This commit is contained in:
arc-alex
2023-12-08 17:14:03 +01:00
parent f133aebfe8
commit 1164975c91
+1
View File
@@ -2,6 +2,7 @@ import { HttpSettings } from 'ontime-types';
export const httpPlaceholder: HttpSettings = {
enabledOut: false,
retryCount: 0,
subscriptions: {
onLoad: [],
onStart: [],