chore: format code

This commit is contained in:
GitHub Action
2025-11-06 18:03:50 +00:00
parent 1ea3a8eb9b
commit 90c2b26733

View File

@@ -18,13 +18,15 @@ export const ImportCommand = cmd({
},
handler: async (args) => {
await bootstrap(process.cwd(), async () => {
let exportData: {
info: Session.Info
messages: Array<{
info: any
parts: any[]
}>
} | undefined
let exportData:
| {
info: Session.Info
messages: Array<{
info: any
parts: any[]
}>
}
| undefined
const isUrl = args.file.startsWith("http://") || args.file.startsWith("https://")