mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-06-16 10:19:10 +00:00
chore: prettier on server
This commit is contained in:
parent
3b0d249e41
commit
912b40c383
21 changed files with 589 additions and 501 deletions
|
@ -1,10 +1,10 @@
|
|||
const Logger = require('../logger')
|
||||
const Logger = require('../logger');
|
||||
|
||||
class Service {
|
||||
constructor (ctx) {
|
||||
this.ctx = ctx
|
||||
this.log = new Logger(this.constructor.name)
|
||||
constructor(ctx) {
|
||||
this.ctx = ctx;
|
||||
this.log = new Logger(this.constructor.name);
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = Service
|
||||
module.exports = Service;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue