1
0
Fork 0
mirror of https://github.com/anyproto/anytype-heart.git synced 2025-06-08 05:47:07 +09:00

GO-4147: Rename method

This commit is contained in:
Sergey 2024-10-01 10:45:36 +02:00
parent ddc1cc0963
commit f0f7c7f0d7
No known key found for this signature in database
GPG key ID: 3B6BEF79160221C6
60 changed files with 126 additions and 127 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.SpaceId(spaceID).QueryObjectIDs(database.Query{
if ids, _, err = b.store.SpaceStore(spaceID).QueryObjectIDs(database.Query{
Filters: []*model.BlockContentDataviewFilter{
{
Condition: model.BlockContentDataviewFilter_Equal,