Skip to content

Commit 1b9b4ac

Browse files
committed
Fix slido URL
1 parent 4987898 commit 1b9b4ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

backend/api/schedule/types/schedule_item.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@ def image(self, info) -> str | None:
124124

125125
return info.context.request.build_absolute_uri(self.image.url)
126126

127-
@strawberry.field
128-
def slido_url(self, info) -> str:
127+
@strawberry.field(name='slidoUrl')
128+
def _slido_url(self, info) -> str:
129129
if self.slido_url:
130130
return self.slido_url
131131

0 commit comments

Comments
 (0)