style(line): format files to unblock ci check

This commit is contained in:
Peter Steinberger
2026-02-16 03:39:41 +00:00
parent b5a63e18f9
commit 702b94fe8f
3 changed files with 8 additions and 8 deletions

View File

@@ -604,7 +604,9 @@ export const linePlugin: ChannelPlugin<ResolvedLineAccount> = {
probeAccount: async ({ account, timeoutMs }) =>
getLineRuntime().channel.line.probeLineBot(account.channelAccessToken, timeoutMs),
buildAccountSnapshot: ({ account, runtime, probe }) => {
const configured = Boolean(account.channelAccessToken?.trim() && account.channelSecret?.trim());
const configured = Boolean(
account.channelAccessToken?.trim() && account.channelSecret?.trim(),
);
return {
accountId: account.accountId,
name: account.name,