diff options
Diffstat (limited to 'ui/lib/outbox.svelte.js')
| -rw-r--r-- | ui/lib/outbox.svelte.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/lib/outbox.svelte.js b/ui/lib/outbox.svelte.js index 472c58b..183f8ff 100644 --- a/ui/lib/outbox.svelte.js +++ b/ui/lib/outbox.svelte.js @@ -19,7 +19,7 @@ class PostToChannel { channel: this.channel, sender, body: this.body, - renderedBody: this.renderedBody + renderedBody: this.renderedBody, }; } |
