replace query for searchPanel
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Alex Moreno 2022-01-11 13:52:01 +01:00
parent 4f0edbda6b
commit aaae5e157e
2 changed files with 2 additions and 2 deletions

View File

@ -284,7 +284,7 @@ module.exports = Self => {
replyTo: worker.email replyTo: worker.email
}; };
await got.get(`${origin}/api/email/payment-update`, { await got.get(`${origin}/api/email/payment-update`, {
query: params searchParams: params
}); });
} }

View File

@ -58,7 +58,7 @@ module.exports = Self => {
}, myOptions); }, myOptions);
const response = got.stream(`${origin}/api/report/invoice`, { const response = got.stream(`${origin}/api/report/invoice`, {
query: { searchParams: {
authorization: auth.id, authorization: auth.id,
invoiceId: id invoiceId: id
} }