Skip to content
Snippets Groups Projects
Commit 70315876 authored by Vytor Calixto's avatar Vytor Calixto :space_invader:
Browse files

Change a var to a const in user model

parent 5ef2c1dd
No related branches found
No related tags found
2 merge requests!116Release v1.0.0,!73Workerpool feature
Pipeline #
const mongoose = require('mongoose');
var crypto = require('crypto')
const crypto = require('crypto')
const libs = `${process.cwd()}/libs`;
const log = require(`${libs}/log`)(module);
const Schema = mongoose.Schema;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment