mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-11-26 17:24:54 +00:00
Rename getSpaceInvitationCode to generateSpaceInvitationCode and update imports
This commit is contained in:
@ -124,6 +124,6 @@ export class SpaceController {
|
||||
async generateSpaceInvitationCode(
|
||||
@Param() params: GetSpaceParam,
|
||||
): Promise<BaseResponseDto> {
|
||||
return this.spaceService.getSpaceInvitationCode(params);
|
||||
return this.spaceService.generateSpaceInvitationCode(params);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user