Skip to content

Commit

Permalink
[chore] Fix typo (#3113)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsmethurst authored Jul 17, 2024
1 parent 72ba566 commit 2b895f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/processing/status/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ func processVisibility(

// Set federated flag to form value
// if provided, or default to true.
federated := util.PtrValueOr(form.Federated, true)
federated := util.PtrOrValue(form.Federated, true)
status.Federated = &federated

return nil
Expand Down

0 comments on commit 2b895f8

Please sign in to comment.