Skip to content

Commit

Permalink
remove unused owner_id value
Browse files Browse the repository at this point in the history
  • Loading branch information
Salam-Dalloul committed Oct 31, 2024
1 parent 6913882 commit dfe9c18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/services/StatementService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class ConnectivityStatementService extends AbstractService {
return await checkOwnership(
id,
// Retry the update after ownership is reassigned, including new owner ID
async (userId) => {
async () => {
const updatedStatement = {
...connectivityStatement,
};
Expand Down

0 comments on commit dfe9c18

Please sign in to comment.