mirror of
https://github.com/cpvalente/ontime.git
synced 2026-09-10 00:29:41 +00:00
missing retryCount in httpPlaceholder
This commit is contained in:
@@ -2,6 +2,7 @@ import { HttpSettings } from 'ontime-types';
|
|||||||
|
|
||||||
export const httpPlaceholder: HttpSettings = {
|
export const httpPlaceholder: HttpSettings = {
|
||||||
enabledOut: false,
|
enabledOut: false,
|
||||||
|
retryCount: 0,
|
||||||
subscriptions: {
|
subscriptions: {
|
||||||
onLoad: [],
|
onLoad: [],
|
||||||
onStart: [],
|
onStart: [],
|
||||||
|
|||||||
Reference in New Issue
Block a user