Skip to content

Commit

Permalink
Commented out seedDB function call in ddns.service.js
Browse files Browse the repository at this point in the history
  • Loading branch information
FLYBYME committed Dec 7, 2023
1 parent ba3847f commit ed35c76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/ddns.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -930,7 +930,7 @@ module.exports = {
},

async started() {
this.seedDB()
// this.seedDB()
this.maps = {};
Packet.TYPEMAP = {}
Object.keys(Packet.TYPE).forEach((key) => {
Expand Down

0 comments on commit ed35c76

Please sign in to comment.