fix oss build
This commit is contained in:
parent
f3d192e899
commit
38acd03443
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue