fix: refs #6276 options
gitea/salix/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Jorge Penadés 2024-03-05 10:09:32 +01:00
parent 9cff06ae3d
commit fc08adc064
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ module.exports = Self => {
if (source) {
await Self.rawSql(
'CALL vn.ticketStateToday_setState(?,?)', [id, source], options
'CALL vn.ticketStateToday_setState(?,?)', [id, source], myOptions
);
}