Skip to content

Commit

Permalink
fix: request sent to dbx
Browse files Browse the repository at this point in the history
  • Loading branch information
alldoami committed Feb 3, 2025
1 parent f318739 commit 6ecaab3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ func queryDatabricksForRecipient(email string) (bool, error) {
return false, fmt.Errorf("error creating request: %w", err)
}
req.Header.Set("Authorization", "Bearer "+databricksPAT)
fmt.Println("Request: ", req)

client := &http.Client{}
resp, err := client.Do(req)
Expand Down

0 comments on commit 6ecaab3

Please sign in to comment.