Skip to content

Commit

Permalink
Merge remote-tracking branch 'smile0711/city-jobs' into city-jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
smile0711 committed Jan 2, 2025
2 parents 974a86f + 063de5d commit 8fec741
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions api/src/services/member/member.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,7 @@ export class MemberService {
});
}

public async getAccessLevel(memberId: number): Promise<string> {
const access = await this.canAdmin(memberId);
public async getAccessLevel(memberId: number): Promise<any> {
const mayor = await this.canMayor(memberId);
const security = await this.canAdmin(memberId);
const council = await this.canCouncil(memberId);
Expand Down

0 comments on commit 8fec741

Please sign in to comment.