Skip to content

Commit d939a84

Browse files
authored
Update index.mjs
Signed-off-by: Deepanshu Agarwal <[email protected]>
1 parent 884deed commit d939a84

File tree

1 file changed

+1
-1
lines changed
  • cryptography/javascript/sdk/crypto-quickstart

1 file changed

+1
-1
lines changed

cryptography/javascript/sdk/crypto-quickstart/index.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const daprPort = process.env.DAPR_GRPC_PORT ?? "50001";
99

1010
const testFileName = "federico-di-dio-photography-Q4g0Q-eVVEg-unsplash.jpg";
1111

12-
async function sleep(ms) {
12+
function sleep(ms) {
1313
return new Promise(resolve => setTimeout(resolve, ms));
1414
}
1515

0 commit comments

Comments
 (0)