fix(invoice): missing UserError import
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Joan Sanchez 2021-09-03 07:23:26 +02:00
parent b68e99b412
commit 681b8afb15
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
const UserError = require('vn-loopback/util/user-error');
const fs = require('fs-extra'); const fs = require('fs-extra');
const got = require('got'); const got = require('got');
const path = require('path'); const path = require('path');