fix: refs #7322 reorder parameters in transferClient method for consistency
gitea/salix/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Jose Antonio Tubau 2025-01-15 14:13:00 +01:00
parent ec14281a82
commit b78603275f
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ module.exports = Self => {
} }
}); });
Self.transferClient = async(ctx, id, clientFk, addressFk, options) => { Self.transferClient = async(ctx, id, clientFk, options, addressFk) => {
const models = Self.app.models; const models = Self.app.models;
const myOptions = {}; const myOptions = {};
let tx; let tx;