Skip to content

Commit 17c5da2

Browse files
committed
adding creator to the space json returned
1 parent f28c203 commit 17c5da2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/api/Spaces.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ class Spaces @Inject()(spaces: SpaceService,
167167
toJson(Map("id" -> space.id.stringify,
168168
"name" -> space.name,
169169
"description" -> space.description,
170+
"creator" -> space.creator.stringify,
170171
"created" -> space.created.toString))
171172
}
172173

0 commit comments

Comments
 (0)