fix oss build

This commit is contained in:
Eoin McAfee 2021-09-29 16:19:29 +01:00
parent 7bf4a2730d
commit 0e0a49f16e

View file

@ -42,7 +42,7 @@ func (noop) FindCardData(ctx context.Context, id int64) (io.ReadCloser, error) {
return nil, nil
}
func (noop) CreateCard(ctx context.Context, card *core.CreateCard) error {
func (noop) CreateCard(ctx context.Context, card *core.Card, data io.ReadCloser) error {
return nil
}