mirror of
https://github.com/sasjs/adapter.git
synced 2025-12-11 01:14:36 +00:00
style: lint
This commit is contained in:
@@ -180,5 +180,5 @@ export const basicTests = (
|
||||
})
|
||||
|
||||
const sleep = (ms: number) => {
|
||||
return new Promise(resolve => setTimeout(resolve, ms));
|
||||
}
|
||||
return new Promise((resolve) => setTimeout(resolve, ms))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user