👕 Fix lint issue

This commit is contained in:
Jan Oberhauser
2020-10-28 23:14:09 +01:00
parent 0b1688caf4
commit 889267ebb6
7 changed files with 19 additions and 16 deletions

View File

@@ -40,7 +40,7 @@ export async function mailerliteApiRequest(this: IExecuteFunctions | IExecuteSin
// Try to return the error prettier
throw new Error(
`Mailer Lite error response [${error.statusCode}]: ${message}`
`Mailer Lite error response [${error.statusCode}]: ${message}`,
);
}
throw error;