Naming corrections
This commit is contained in:
parent
8286be4e4b
commit
a0e63f8405
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
const anonymous_customer = {
|
const anonymousCustomer = {
|
||||||
uuid : '47ac1184-8102-11e7-9079-8f13a7117867',
|
uuid : '47ac1184-8102-11e7-9079-8f13a7117867',
|
||||||
name: 'anonymous',
|
name: 'anonymous',
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
var db = require('./db')
|
var db = require('./db')
|
||||||
var anonymous = require('../lib/constants').anonymous_customer
|
var anonymous = require('../lib/constants').anonymousCustomer
|
||||||
|
|
||||||
exports.up = function(next) {
|
exports.up = function(next) {
|
||||||
const sql =
|
const sql =
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue