Commit 7de2424
committed
fix: use core.Uuid{} zero values consistently in policy.go
Replace uuid.UUID{} zero-value returns with core.Uuid{} in the Create
method error branches to maintain consistent UUID type references
throughout the transition to schemas core.Uuid.
Signed-off-by: Lee Calcote <lee.calcote@layer5.io>1 parent e6f8cff commit 7de2424
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
0 commit comments