mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-22 15:39:11 +00:00
fix httpPlaceholder
This commit is contained in:
@@ -1,26 +1,13 @@
|
|||||||
export const httpPlaceholder = {
|
import { HTTPSettings } from 'ontime-types';
|
||||||
onLoad: {
|
|
||||||
url: '',
|
export const httpPlaceholder: HTTPSettings = {
|
||||||
enabled: false,
|
enabledOut: false,
|
||||||
},
|
subscriptions: {
|
||||||
onStart: {
|
onLoad: [],
|
||||||
url: '',
|
onStart: [],
|
||||||
enabled: false,
|
onUpdate: [],
|
||||||
},
|
onPause: [],
|
||||||
onUpdate: {
|
onStop: [],
|
||||||
url: '',
|
onFinish: [],
|
||||||
enabled: false,
|
|
||||||
},
|
|
||||||
onPause: {
|
|
||||||
url: '',
|
|
||||||
enabled: false,
|
|
||||||
},
|
|
||||||
onStop: {
|
|
||||||
url: '',
|
|
||||||
enabled: false,
|
|
||||||
},
|
|
||||||
onFinish: {
|
|
||||||
url: '',
|
|
||||||
enabled: false,
|
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user