fix oss build

This commit is contained in:
Eoin McAfee 2021-09-28 11:00:34 +01:00
parent f3d192e899
commit 38acd03443

View file

@ -38,7 +38,7 @@ func (noop) FindCard(ctx context.Context, step int64) (*core.Card, error) {
return nil, nil
}
func (noop) FindCardData(ctx context.Context, id int64) (io.Reader, error) {
func (noop) FindCardData(ctx context.Context, id int64) (io.ReadCloser, error) {
return nil, nil
}