Remove message.owner_user_id field and implement db migrations
This commit is contained in:
@@ -302,6 +302,10 @@ func AssertArrAny[T any](t *testing.T, key string, arr []T, fn func(T) bool) {
|
||||
}
|
||||
}
|
||||
|
||||
func AssertAny(v any) {
|
||||
// used to prevent golang "unused variable error"
|
||||
}
|
||||
|
||||
func unpointer(v any) any {
|
||||
if v == nil {
|
||||
return v
|
||||
|
||||
Reference in New Issue
Block a user