From 1402b04b519997adb7211cebbb4181104fafe649 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sat, 29 Jun 2019 21:17:01 +0100 Subject: [PATCH] Use saner type --- index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.ts b/index.ts index 1c5e812..83c0eb9 100644 --- a/index.ts +++ b/index.ts @@ -28,7 +28,7 @@ const BUNDLER_OPTIONS = { }; function readAccounts(): ReadonlyArray { - const rawAccounts: Object = jsyaml.safeLoad( + const rawAccounts: object = jsyaml.safeLoad( readFileSync(join(__dirname, 'accounts.yml')).toString() ); return Object.values(