fix: Typo (#257)

This commit is contained in:
ToxicMagisk 2023-09-19 03:55:06 +08:00 committed by GitHub
parent cae17851c2
commit 4169d3d23d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ import cfg from '../config/config.js'
/** /**
* 监听下线事件 * 监听下线事件
*/ */
export default class onlineEvent extends EventListener { export default class offlineEvent extends EventListener {
constructor () { constructor () {
super({ event: 'system.offline' }) super({ event: 'system.offline' })
} }