Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
spikelu2016 committed Mar 13, 2024
1 parent 8e18fa1 commit 1387bfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/storage/postgresql/policy.go
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,8 @@ func (s *Store) UpdatePolicy(id string, p *policy.UpdatePolicy) (*policy.Policy,
&updated.Id,
&updated.CreatedAt,
&updated.UpdatedAt,
pq.Array(&updated.Tags),
&updated.Name,
pq.Array(&updated.Tags),
&cd,
&regexd,
&cusd,
Expand Down

0 comments on commit 1387bfa

Please sign in to comment.