Skip to content

Commit

Permalink
fix env
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvinOehlerkingCap committed Apr 30, 2024
1 parent 856864a commit b921589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/users.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const getTableActions = (item, path) => {
title: 'Registrierungslink generieren',
});
}
if (USER_MIGRATION_ENABLED || true) { // TODO
if (USER_MIGRATION_ENABLED) {
tableActions.push({
link: path + item._id,
class: 'btn-migration-rollback',
Expand Down

0 comments on commit b921589

Please sign in to comment.