We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ada510 commit c14cdadCopy full SHA for c14cdad
app/services/Motd.ts
@@ -153,7 +153,7 @@ export class Motd extends Service {
153
this.lastimages = [];
154
}
155
156
- private async executeMessageJob(): Promise<void> {
+ async executeMessageJob(): Promise<void> {
157
if (this.messages.length <= 0) return;
158
159
const msg: string = this.messages[(Math.random() * this.messages.length) | 0];
0 commit comments