Browse Source

Fixes name

craigsdennis 9 năm trước cách đây
mục cha
commit
7c86f8ecf7
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      back-end/logger.js

+ 1 - 1
back-end/logger.js

@@ -2,4 +2,4 @@
 
 const bunyan = require("bunyan");
 
-module.exports = bunyan.createLogger({name: "especially-flasher"});
+module.exports = bunyan.createLogger({name: "flasher.js"});