Fix build issue
This commit is contained in:
@@ -37,7 +37,7 @@ func (m *MockMessageStore) CreateMessage(ctx context.Context, msg *message.Messa
|
|||||||
}
|
}
|
||||||
|
|
||||||
var id uuid.UUID
|
var id uuid.UUID
|
||||||
if msg.Id != nil && msg.Id == uuid.Nil {
|
if msg.Id != nil && *msg.Id == uuid.Nil {
|
||||||
id = uuid.New()
|
id = uuid.New()
|
||||||
msg.Id = &id
|
msg.Id = &id
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user