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