Skip to content

Commit

Permalink
fix LoadOneById name change
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewpmartinez committed Mar 26, 2024
1 parent 8c7b3b2 commit e59f9b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controller/sync_strats/sync_instant.go
Original file line number Diff line number Diff line change
Expand Up @@ -840,7 +840,7 @@ func (strategy *InstantStrategy) BuildPublicKeys(tx *bbolt.Tx) error {
currentBytes := cursor.Current()
currentId := string(currentBytes)

storeModel, err := strategy.ae.GetStores().Controller.LoadOneById(tx, currentId)
storeModel, err := strategy.ae.GetStores().Controller.LoadById(tx, currentId)

if err != nil {
return err
Expand Down

0 comments on commit e59f9b8

Please sign in to comment.