Skip to content

Commit

Permalink
fix: set document ID
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Howard <[email protected]>
  • Loading branch information
jhoward-lm committed Jan 16, 2025
1 parent 1480127 commit ad1a18b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backends/ent/store.go
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,8 @@ func (backend *Backend) saveIdentifiers(idents map[int32]string, opts ...func(*e
SetType(identifiersentry.Type(identType.String())).
SetValue(value)

setDocumentID(backend.ctx, identEntry)

for _, fn := range opts {
fn(identEntry)
}
Expand Down

0 comments on commit ad1a18b

Please sign in to comment.