Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustrb committed Jul 22, 2024
1 parent c776288 commit 8deb1a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/meteor/ee/server/apps/communication/rest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ export class AppsRestApi {
if (!workspaceIdSetting) {
return API.v1.failure('No workspace id found');
}

const requester = {
id: this.user._id,
username: this.user.username,
Expand Down

0 comments on commit 8deb1a0

Please sign in to comment.