Skip to content

Commit 7e821aa

Browse files
committed
fix account type
1 parent aff3b64 commit 7e821aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yeti_switch_api/orm/account.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
class Account(BaseModel):
55
class Meta:
66
path = "accounts"
7-
type = "account"
7+
type = "accounts"
88

99
contractor = RelationField("contractor")
1010
timezone = RelationField("timezone")

0 commit comments

Comments
 (0)