Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
alldoami committed Feb 3, 2025
1 parent b112d09 commit 6818695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ func queryDatabricksForRecipient(email string) (bool, error) {
// Parse the response
var recipientsResponse RecipientsResponse
if err := json.NewDecoder(resp.Body).Decode(&recipientsResponse); err != nil {
return false, fmt.Errorf("error parsing response: %w", err)
return false, fmt.Errorf("allison error parsing response: %w", err)
}

// Check if the email matches any recipient
Expand Down

0 comments on commit 6818695

Please sign in to comment.