fix: change 'query' by 'form'
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Vicent Llopis 2022-01-12 08:32:01 +01:00
parent aaae5e157e
commit f8cd5d3ea3
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ module.exports = Self => {
}
const defaultOptions = {
body: params
form: params
};
if (options) Object.assign(defaultOptions, options);