Skip to content

Commit

Permalink
[Workspace] fixes self unregistration
Browse files Browse the repository at this point in the history
  • Loading branch information
Elorfin committed Jun 24, 2024
1 parent 6a74d1c commit 23732fc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export default (workspaces, refresher, path, currentUser) => {
]
},
request: {
url: url('apiv2_workspace_self_unregister', {workspaces: processable.map(workspace => workspace.id)}),
url: url(['apiv2_workspace_self_unregister'], {workspaces: processable.map(workspace => workspace.id)}),
request: {
method: 'DELETE'
},
Expand Down

0 comments on commit 23732fc

Please # to comment.