mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-05 13:35:21 +02:00
Updated usage check threshold to 100pc instead of 1 (#1504)
This commit is contained in:
parent
a9b61a655b
commit
76f2714006
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ class Family < ApplicationRecord
|
|||
end
|
||||
|
||||
def synth_overage?
|
||||
self.class.synth_provider && self.class.synth_provider.usage.utilization >= 1
|
||||
self.class.synth_provider && self.class.synth_provider.usage.utilization >= 100
|
||||
end
|
||||
|
||||
def subscribed?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue