Fix build issue

This commit is contained in:
phoenix
2026-01-01 14:04:06 -05:00
parent f73c959830
commit 49f5e0ea40
+1 -1
View File
@@ -37,7 +37,7 @@ func (m *MockMessageStore) CreateMessage(ctx context.Context, msg *message.Messa
}
var id uuid.UUID
if msg.Id != nil && msg.Id == uuid.Nil {
if msg.Id != nil && *msg.Id == uuid.Nil {
id = uuid.New()
msg.Id = &id
}