Skip to content

Commit

Permalink
Remove unnecessary type cast
Browse files Browse the repository at this point in the history
  • Loading branch information
djjuhasz committed Sep 11, 2024
1 parent 263818b commit 74cf1a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/package_/convert.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ func preservationActionToGoa(pa *datatypes.PreservationAction) *goapackage.Endur
}

return &goapackage.EnduroPackagePreservationAction{
ID: uint(id),
ID: id,
WorkflowID: pa.WorkflowID,
Type: pa.Type.String(),
Status: pa.Status.String(),
Expand Down

0 comments on commit 74cf1a6

Please sign in to comment.