mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-02 13:16:08 +02:00
fix lint
This commit is contained in:
@@ -52,7 +52,7 @@ export default abstract class Channel {
|
||||
this.connection.sendMessageToWs('channel', {
|
||||
id: this.id,
|
||||
type: type,
|
||||
body: body
|
||||
body: body,
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user