From 8372bf62220d98b40d8826bd815fa5598e70241b Mon Sep 17 00:00:00 2001 From: Christian7573 Date: Wed, 25 Aug 2021 21:01:27 -0500 Subject: [PATCH] Revert return of loadOptions to object --- src/client/wetty/term/confiruragtion/load.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/wetty/term/confiruragtion/load.ts b/src/client/wetty/term/confiruragtion/load.ts index 00b7c50..1961dd3 100644 --- a/src/client/wetty/term/confiruragtion/load.ts +++ b/src/client/wetty/term/confiruragtion/load.ts @@ -1,6 +1,6 @@ import _ from 'lodash'; -export function loadOptions(): any { +export function loadOptions(): object { const defaultOptions = { xterm: { fontSize: 14 } }; try { return _.isUndefined(localStorage.options)