diff --git a/internal/store/mock/store.go b/internal/store/mock/store.go index f03fce5..aa2b014 100644 --- a/internal/store/mock/store.go +++ b/internal/store/mock/store.go @@ -9,7 +9,6 @@ import ( "github.com/google/uuid" ) - type MessageKey struct { Content string UserId uuid.UUID