Skip to content

Commit

Permalink
fix: trombi value
Browse files Browse the repository at this point in the history
  • Loading branch information
DevNono committed Aug 20, 2023
1 parent 6764266 commit 0efa496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/admin/settings/updateSetting.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default [
case 'shop':
result = await setShopAllowed(request.body.value === 'true');
break;
case 'displayMembersTrombi':
case 'trombi':
result = await setDisplayTrombi(request.body.value === 'true');
break;
default:
Expand Down

0 comments on commit 0efa496

Please sign in to comment.