We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b106018 commit 806e4e8Copy full SHA for 806e4e8
server/graph/resolvers/storage.js
@@ -19,7 +19,7 @@ module.exports = {
19
...targetInfo,
20
...tgt,
21
hasSchedule: (targetInfo.schedule !== false),
22
- syncInterval: targetInfo.syncInterval || targetInfo.schedule || 'P0D',
+ syncInterval: tgt.syncInterval || targetInfo.schedule || 'P0D',
23
syncIntervalDefault: targetInfo.schedule,
24
config: _.sortBy(_.transform(tgt.config, (res, value, key) => {
25
const configData = _.get(targetInfo.props, key, false)
0 commit comments