Skip to content

Commit

Permalink
fix: stale ignores json key (#1262)
Browse files Browse the repository at this point in the history
  • Loading branch information
elsapet authored Sep 13, 2023
1 parent b68a392 commit 058d751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/fetch_ignores.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
type CloudIgnoreData struct {
ProjectFound bool `json:"project_found"`
Ignores []string `json:"ignores"`
StaleIgnores []string `json:"stale_ignores"`
StaleIgnores []string `json:"stale_local_ignores"`
CloudIgnoredFingerprints map[string]ignoretypes.IgnoredFingerprint `json:"detailed_cloud_ignores"`
}

Expand Down

0 comments on commit 058d751

Please sign in to comment.