Skip to content

Commit

Permalink
fix: fixed bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
YarikRevich committed Oct 5, 2024
1 parent 0bedc9b commit 093c155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zboxapi/sdk.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ func (c *Client) createResty(ctx context.Context, csrfToken, userID string, head
h["X-App-Timestamp"] = strconv.FormatInt(time.Now().Unix(), 10)

if _, ok := h["X-App-ID-Token"]; !ok {
h["X-App-ID-Token"] = "*" //ignore firebase token in jwt requests
h["X-App-ID-Token"] = "*"
}

h["X-App-Type"] = c.appType
Expand Down

0 comments on commit 093c155

Please sign in to comment.