Skip to content

Commit

Permalink
Update mirror-web-server/src/space/space.gateway.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Jared McCluskey <[email protected]>
  • Loading branch information
Rybasher and Kluskey authored Jun 10, 2024
1 parent 520b17b commit 817136a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mirror-web-server/src/space/space.gateway.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export class SpaceGateway {
) {}

@SubscribeMessage(ZoneSpaceWsMessage.GET_ASSETS)
public getAssetPerSpaceWithRolesCheck(
public getAssetsListPerSpaceWithRolesCheck(
@MessageBody('id') id: string,
@MessageBody('userId') userId: string
) {
Expand Down

0 comments on commit 817136a

Please sign in to comment.