Skip to content

Commit

Permalink
Merge pull request #10 from 365talents/fix/project-secret-was-empty
Browse files Browse the repository at this point in the history
fix: project secret was not set
  • Loading branch information
Kiliandeca authored Sep 16, 2024
2 parents 19b0ce1 + 5df5015 commit 9231188
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/mixpanel/project.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ func (c *Client) GetProject(id int64) (*Project, error) {
Timezone: response.Results.Timezone,
ApiKey: response.Results.ApiKey,
Token: response.Results.Token,
Secret: response.Results.Secret,
}

if response.Results.Domain == "eu.mixpanel.com" {
Expand Down

0 comments on commit 9231188

Please sign in to comment.