fix(frontend): typo in query
This commit is contained in:
@@ -137,7 +137,9 @@ export default {
|
||||
query ($streamId: String!, $id: String!) {
|
||||
comment(streamId: $streamId, id: $id) {
|
||||
id
|
||||
text
|
||||
text {
|
||||
doc
|
||||
}
|
||||
authorId
|
||||
screenshot
|
||||
createdAt
|
||||
|
||||
Reference in New Issue
Block a user