Skip to content

Commit

Permalink
changes this to self (#1208)
Browse files Browse the repository at this point in the history
  • Loading branch information
rahuldsce authored Feb 21, 2022
1 parent ab514e5 commit a6a52b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/modules/federation/federation.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ export const deleteFederator = async (self, data) => {
requestList.push({ method: endpoint.DELETE_FEDERATOR, data: getFederatorKey(data) })
let mc = undefined
for (const request of requestList) {
mc = await authSyncRequest(this, request)
mc = await authSyncRequest(self, request)
if (responseValid(mc)) {
continue;
}
Expand Down

0 comments on commit a6a52b8

Please sign in to comment.