Skip to content

Commit

Permalink
remove "CHGSUB" status
Browse files Browse the repository at this point in the history
  • Loading branch information
kapppa-joe committed Nov 22, 2024
1 parent a43e4e6 commit e700124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/server/models/classes/worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ class Worker extends EntityValidator {
});
}

if (bulkUploaded && ['NEW', 'UPDATE', 'CHGSUB'].includes(this.status)) {
if (bulkUploaded && ['NEW', 'UPDATE'].includes(this.status)) {
const qualificationHelper = new BulkUploadQualificationHelper({
workerId: this._id,
workerUid: this._uid,
Expand Down

0 comments on commit e700124

Please sign in to comment.