chore: prettier Server

This commit is contained in:
41666 2020-08-02 16:29:00 -04:00
parent d08c9e4829
commit 5119e1142c
No known key found for this signature in database
GPG key ID: BC51D07640DC10AF
5 changed files with 16 additions and 16 deletions

View file

@ -2,7 +2,7 @@ const ksuid = require('ksuid')
module.exports = {
ksuid(field = 'id') {
return async function() {
return async function () {
this.id = await ksuid.random()
return this
}