Skip to content

Commit

Permalink
Update role mapping for mall
Browse files Browse the repository at this point in the history
Revised the owner and deputy roles for malls to use MallManager and MallDeputy instead of BankManager and BankCashier. This ensures role assignments align more accurately with their intended contexts.
  • Loading branch information
smile0711 committed Jan 4, 2025
1 parent 6c88ca5 commit 36e63f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/src/services/place/place.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -270,8 +270,8 @@ export class PlaceService {
deputy: this.roleRepository.roleMap.FleaMarketDeputy,
},
mall: {
owner: this.roleRepository.roleMap.BankManager,
deputy: this.roleRepository.roleMap.BankCashier,
owner: this.roleRepository.roleMap.MallManager,
deputy: this.roleRepository.roleMap.MallDeputy,
},
outlands: {
owner: this.roleRepository.roleMap.OutlandsChief,
Expand Down

0 comments on commit 36e63f9

Please sign in to comment.