Skip to content

Commit 3465c7d

Browse files
committed
chore: fix type annotation
1 parent 39bfe2e commit 3465c7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/webui.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ export function configure(app: express.Application) {
212212
success: true,
213213
data: data,
214214
});
215-
} catch (e) {
215+
} catch (e: any) {
216216
console.error(e);
217217
if (e.stack) {
218218
console.error(e.stack);

0 commit comments

Comments
 (0)