Skip to content

Commit

Permalink
chore: update provider policies config json yaml tag
Browse files Browse the repository at this point in the history
  • Loading branch information
idilhaq committed Dec 2, 2024
1 parent c1a7776 commit 9f3bd72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions domain/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,6 @@ type ActivityConfig struct {
}

type ProviderPolicy struct {
When string
Policy string
When string `json:"when" yaml:"when"`
Policy string `json:"policy" yaml:"policy"`
}

0 comments on commit 9f3bd72

Please sign in to comment.