Skip to content

Commit

Permalink
Update index.mjs
Browse files Browse the repository at this point in the history
Signed-off-by: Deepanshu Agarwal <[email protected]>
  • Loading branch information
DeepanshuA authored Jul 23, 2024
1 parent 884deed commit d939a84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cryptography/javascript/sdk/crypto-quickstart/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const daprPort = process.env.DAPR_GRPC_PORT ?? "50001";

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

async function sleep(ms) {
function sleep(ms) {
return new Promise(resolve => setTimeout(resolve, ms));
}

Expand Down

0 comments on commit d939a84

Please sign in to comment.