mirror of https://github.com/openclaw/openclaw.git
chore: fix lint ordering
This commit is contained in:
parent
10d56d31e9
commit
53fd7a4473
|
|
@ -40,7 +40,7 @@ import {
|
|||
writeScreenRecordToFile,
|
||||
} from "../cli/nodes-screen.js";
|
||||
import { parseDurationMs } from "../cli/parse-duration.js";
|
||||
import { loadConfig, type DiscordActionConfig } from "../config/config.js";
|
||||
import { type DiscordActionConfig, loadConfig } from "../config/config.js";
|
||||
import {
|
||||
addRoleDiscord,
|
||||
banMemberDiscord,
|
||||
|
|
|
|||
|
|
@ -63,11 +63,7 @@ export class MessageList extends Container {
|
|||
component.setText(text);
|
||||
}
|
||||
|
||||
private addMessage(
|
||||
role: MessageRole,
|
||||
text: string,
|
||||
style: DefaultTextStyle,
|
||||
) {
|
||||
private addMessage(role: MessageRole, text: string, style: DefaultTextStyle) {
|
||||
const label = new Text(
|
||||
role === "user"
|
||||
? theme.user("you")
|
||||
|
|
|
|||
Loading…
Reference in New Issue