Skip to content

Commit 9568b6a

Browse files
committed
fix: Implement missing attributes for Application model.
1 parent c7e68a8 commit 9568b6a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

interactions/api/models/team.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ class Application(DictSerializerMixin):
101101
"type",
102102
"hook",
103103
"tags", # TODO: document/investigate what it does.
104+
"install_params",
105+
"custom_install_url",
104106
)
105107

106108
def __init__(self, **kwargs):

0 commit comments

Comments
 (0)