Skip to content

Commit

Permalink
Fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
nwmac committed Sep 22, 2021
1 parent 66234e2 commit 62a823d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/workload.class.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export default class Workload extends SteveModel {
}

async rollBackWorkload( workload, rollbackRequestData ) {
const rollbackRequestBody = JSON.stringify(rollbackRequestData)
const rollbackRequestBody = JSON.stringify(rollbackRequestData);

if ( Array.isArray( workload ) ) {
throw new TypeError(this.t('promptRollback.multipleWorkloadError'));
Expand Down

0 comments on commit 62a823d

Please sign in to comment.