Removed line
gitea/salix/pipeline/head This commit has test failures Details

This commit is contained in:
Joan Sanchez 2020-05-26 14:42:45 +02:00
parent d24f04912e
commit 8384918d9e
1 changed files with 0 additions and 1 deletions

View File

@ -2,7 +2,6 @@ const pick = require('object.pick');
const LoopBackContext = require('loopback-context');
module.exports = function(Self) {
// const relations = ctx.Model.relations;
Self.setup = function() {
Self.super_.setup.call(this);
};