Skip to content

Commit

Permalink
fix(setup): remove redundant function
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrlc03 committed Jul 19, 2023
1 parent a233767 commit 8467f62
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/actions/src/helpers/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ import { blake512FromPath } from "./crypto"
import { Readable, pipeline } from "stream"
import { promisify } from "util"

export const sleep = (ms: any) => new Promise((resolve) => setTimeout(resolve, ms))


/**
* Parse and validate that the ceremony configuration is correct
* @notice this does not upload any files to storage
Expand Down

0 comments on commit 8467f62

Please sign in to comment.