Skip to content

Commit

Permalink
Removed force-failing method
Browse files Browse the repository at this point in the history
  • Loading branch information
HenrithicusGreenson committed Apr 17, 2024
1 parent d131785 commit 09161ee
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions meteor-dev/server/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,5 @@ Meteor.startup(() => {
Meteor.call("RefreshConfig")
CreateInventoryFile()

Meteor.call("FAKE_METHOD")

fs.watchFile(CONFIG_FILE_VAR, Meteor.bindEnvironment(() => {Meteor.call("RefreshConfig")}))

})

0 comments on commit 09161ee

Please sign in to comment.