mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-11-26 12:54:54 +00:00
Rename getSpaceInvitationCode to generateSpaceInvitationCode and update imports
This commit is contained in:
@ -441,7 +441,7 @@ export class SpaceService {
|
||||
}
|
||||
}
|
||||
|
||||
async getSpaceInvitationCode(params: GetSpaceParam): Promise<any> {
|
||||
async generateSpaceInvitationCode(params: GetSpaceParam): Promise<any> {
|
||||
const { communityUuid, spaceUuid, projectUuid } = params;
|
||||
try {
|
||||
const invitationCode = generateRandomString(6);
|
||||
|
||||
Reference in New Issue
Block a user