Skip to content

Commit

Permalink
Update diode-server/dbstore/postgres/repository.go
Browse files Browse the repository at this point in the history
Co-authored-by: Michal Fiedorowicz <[email protected]>
  • Loading branch information
ltucker and mfiedorowicz authored Dec 23, 2024
1 parent 6727b17 commit 91b3b83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion diode-server/dbstore/postgres/repository.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ func (r *Repository) RetrieveIngestionLogByExternalID(ctx context.Context, uuid
if err != nil {
return nil, nil, err
}
log, err := ingestionLog.ToProtobuf()
log, err := ingestionLog.ToProto()
if err != nil {
return nil, nil, err
}
Expand Down

0 comments on commit 91b3b83

Please sign in to comment.