Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
deluan committed Mar 28, 2020
1 parent f1af646 commit 0e36ed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion persistence/persistence.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ func (s *SQLStore) Resource(ctx context.Context, m interface{}) model.ResourceRe
case model.MediaFile:
return s.MediaFile(ctx).(model.ResourceRepository)
}
log.Error("Resource no implemented", "model", reflect.TypeOf(m).Name())
log.Error("Resource not implemented", "model", reflect.TypeOf(m).Name())
return nil
}

Expand Down

0 comments on commit 0e36ed3

Please sign in to comment.