👕 Fix lint issue

This commit is contained in:
Jan Oberhauser 2021-02-19 13:33:47 +01:00
parent 70d2a988cc
commit 58353d6b8c

View file

@ -19,7 +19,7 @@ export async function rocketchatApiRequest(this: IExecuteFunctions | ILoadOption
{
'X-Auth-Token': credentials.authKey,
'X-User-Id': credentials.userId,
}
},
);
const options: OptionsWithUri = {