Fix: Addresses 5th Feb Code Review #96
Annotations
2 errors
|
lint
issues found
|
|
lint:
internal/database/repositories/records.go#L304
paramTypeCombine: func(ctx context.Context, collection string, limit int, afterTimestamp string, afterURI string) ([]*Record, error) could be replaced with func(ctx context.Context, collection string, limit int, afterTimestamp, afterURI string) ([]*Record, error) (gocritic)
|