Skip to content

Commit

Permalink
Prefix-bug-1 - finish revert.
Browse files Browse the repository at this point in the history
  • Loading branch information
svogt0511 authored Feb 7, 2023
1 parent 82ead0f commit 71965cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -955,7 +955,7 @@ def assign_prefix
ClientPrefix.create(
client_id: symbol,
provider_prefix_id: provider_prefix.uid,
prefix_id: (prefix ? prefix.uid : provider_prefix.prefix.uid),
prefix_id: provider_prefix.prefix.uid
)
end
end
Expand Down

0 comments on commit 71965cb

Please sign in to comment.