Skip to content

Commit

Permalink
chore: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ndabAP committed Jan 25, 2025
1 parent 9a9de37 commit e5924bf
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions source_lookup_table.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ func (s source) Lookup(
for _, f := range mut {
t = f(t)
}
// nil mutations result into a NilToken so dependencies stay in
// nil mutations result into a NilToken so relationships stay in
// sync
if t == nil {
t = tokenize.NilToken
Expand Down Expand Up @@ -85,10 +85,6 @@ func (s source) Lookup(
entities,
slices.All,
); j > -1 {
if j == -1 {
continue
}

// Replace entities with actual tokens
entities[entity] = t

Expand Down

0 comments on commit e5924bf

Please sign in to comment.