lamassu-server/lib/constants.js

6 lines
138 B
JavaScript

const anonymousCustomer = {
uuid : '47ac1184-8102-11e7-9079-8f13a7117867',
name: 'anonymous',
}
module.exports = {anonymousCustomer}