mirror of
https://github.com/sasjs/adapter.git
synced 2026-04-10 16:03:16 +00:00
chore(lint): fixed linting
This commit is contained in:
@@ -4,7 +4,7 @@ export const writeStream = async (
|
||||
stream: WriteStream,
|
||||
content: string
|
||||
): Promise<void> =>
|
||||
stream.write(content + '\n', (e) => {
|
||||
stream.write(content + '\n', (e: any) => {
|
||||
if (e) return Promise.reject(e)
|
||||
|
||||
return Promise.resolve()
|
||||
|
||||
Reference in New Issue
Block a user