fixed worker calendar
gitea/salix/master This commit looks good Details

This commit is contained in:
Joan Sanchez 2019-06-14 08:15:14 +02:00
parent 91174d1c8e
commit 9a18d0bd8c
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
const UserError = require('vn-loopback/util/user-error'); const UserError = require('vn-loopback/util/user-error');
const ParameterizedSQL = require('loopback-connector').ParameterizedSQL;
module.exports = Self => { module.exports = Self => {
Self.remoteMethodCtx('absences', { Self.remoteMethodCtx('absences', {