fix(dialog): use uuid.New() for ticket and audit IDs
- Replace fmt.Sprintf with sess.ID+nanotime that generated non-UUID strings - ticket creation and audit logging now use github.com/google/uuid - Fixes 500 error when webhook processes messages with PG store - All 23/23 tests pass, verified Gate B end-to-end
This commit is contained in:
2
go.sum
2
go.sum
@@ -1,2 +1,4 @@
|
||||
github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
|
||||
github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
|
||||
github.com/lib/pq v1.10.9 h1:YXG7RB+JIjhP29X+OtkiDnYaXQwpS4JEWq7dtCCRUEw=
|
||||
github.com/lib/pq v1.10.9/go.mod h1:AlVN5x4E4T544tWzH6hKfbfQvm3HdbOxrmggDNAPY9o=
|
||||
|
||||
Reference in New Issue
Block a user