Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
chore: prettier and linting
Browse files Browse the repository at this point in the history
  • Loading branch information
dtfiedler committed Jun 18, 2024
1 parent a7f41a3 commit fe81e5b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/system.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ export async function evaluateArNSNames() {
await Promise.all(
[...processIds].map((processId: string) => {
return parallelLimit(async () => {
// TODO: replace with ao processes configuration
const antContract = ANT.init({
processId,
});
Expand Down

0 comments on commit fe81e5b

Please sign in to comment.