Skip to content

Commit

Permalink
feat: Update apps/tasks/lib/services/grpc_client_svc.dart
Browse files Browse the repository at this point in the history
Co-authored-by: Max Schäfer <[email protected]>
  • Loading branch information
florian4f6c6 and MaxSchaefer authored Mar 4, 2024
1 parent 7bfbf0c commit 9d9aad1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/tasks/lib/services/grpc_client_svc.dart
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ class GRPCClientService {

if (organizationId != null) {
metaData["X-Organization"] = organizationId;
}
else {
} else {
metaData["X-Organization"] = fallbackOrganizationId!;
}

Expand Down

0 comments on commit 9d9aad1

Please sign in to comment.