Skip to content

Commit

Permalink
chore: bind slug to new instrument for segments to use at input for c…
Browse files Browse the repository at this point in the history
…reation
  • Loading branch information
dennisgsmith committed Nov 21, 2024
1 parent 73c41d2 commit a68653d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/internal/service/instrument.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ func (s DBService) InstrumentCreateBatch(ctx context.Context, ii []dto.Instrumen
}
newInstruments[idx] = r
ii[idx].ID = r.ID
ii[idx].Slug = r.Slug
})
if err != nil {
return nil, err
Expand Down

0 comments on commit a68653d

Please sign in to comment.