Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-sinina committed Dec 29, 2023
1 parent 4adc0b0 commit 17f2837
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion yeti_switch_api/orm/billing/invoice.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class Meta:
terminated_calls_duration = AttributeField("terminated-calls-duration")
terminated_billing_duration = AttributeField("terminated-billing-duration")
terminated_first_call_at = AttributeField("terminated-first-call-at")
terminated_last_call_at = AttributeField("terminated-last-call-at")
terminated_last_call_at = AttributeField("terminated-last-call-at")

def creatable_fields(self):
return [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,3 @@ class Meta:
last_call_at = AttributeField("last-call-at")
rate = AttributeField("rate")
spent = AttributeField("spent")

1 change: 0 additions & 1 deletion yeti_switch_api/orm/billing/invoice_originated_network.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,3 @@ class Meta:
last_call_at = AttributeField("last-call-at")
rate = AttributeField("rate")
spent = AttributeField("spent")

Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,3 @@ class Meta:
last_call_at = AttributeField("last-call-at")
rate = AttributeField("rate")
spent = AttributeField("spent")

1 change: 0 additions & 1 deletion yeti_switch_api/orm/billing/invoice_terminated_network.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,3 @@ class Meta:
last_call_at = AttributeField("last-call-at")
rate = AttributeField("rate")
spent = AttributeField("spent")

1 change: 0 additions & 1 deletion yeti_switch_api/orm/system/country.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,3 @@ class Meta:

name = AttributeField("name")
host = AttributeField("iso2")

0 comments on commit 17f2837

Please sign in to comment.