1
0
Fork 0
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:
Sergey 2024-09-27 10:18:49 +02:00
parent 5a6e210e40
commit 986406b397
No known key found for this signature in database
GPG key ID: 3B6BEF79160221C6
32 changed files with 1453 additions and 1355 deletions

View file

@ -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,