mirror of
https://github.com/anyproto/anytype-heart.git
synced 2025-06-08 05:47:07 +09:00
GO-4147: Objectstore: fix build
This commit is contained in:
parent
5a6e210e40
commit
986406b397
32 changed files with 1453 additions and 1355 deletions
|
@ -456,7 +456,7 @@ func (b *builtinObjects) createWidgets(ctx session.Context, spaceId string, useC
|
|||
|
||||
func (b *builtinObjects) getNewObjectID(spaceID string, oldID string) (id string, err error) {
|
||||
var ids []string
|
||||
if ids, _, err = b.store.QueryObjectIDs(spaceID, database.Query{
|
||||
if ids, _, err = b.store.SpaceId(spaceID).QueryObjectIDs(database.Query{
|
||||
Filters: []*model.BlockContentDataviewFilter{
|
||||
{
|
||||
Condition: model.BlockContentDataviewFilter_Equal,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue