Skip to content

Commit

Permalink
disable vss update
Browse files Browse the repository at this point in the history
  • Loading branch information
pathikrit committed May 27, 2024
1 parent dea7ce3 commit 69f3eab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ module.exports = scheduleAndRun(downloadAll).then(() => env.isTest ? app : app.l
// Update Visionect?
if (config.visionect?.apiKey && config.visionect?.apiServer && config.visionect?.apiSecret) {
const VisionectApiClient = require('node-visionect')
updateVss(new VisionectApiClient(config.visionect))
// TODO: Enable VSS update
// updateVss(new VisionectApiClient(config.visionect))
}
}))

0 comments on commit 69f3eab

Please sign in to comment.