Skip to content

Commit

Permalink
missing retryCount in httpPlaceholder
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-Arc committed Dec 8, 2023
1 parent f133aeb commit 1164975
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/client/src/common/models/Http.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import { HttpSettings } from 'ontime-types';

export const httpPlaceholder: HttpSettings = {
enabledOut: false,
retryCount: 0,
subscriptions: {
onLoad: [],
onStart: [],
Expand Down

0 comments on commit 1164975

Please sign in to comment.