Skip to content

Commit

Permalink
fml
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonybrice committed Mar 28, 2024
1 parent cee443b commit 61ba208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dagger/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class Timpkg {
}

@func()
async onPush(dir: Directory, token: string): Promise<string> {
async onPush(dir: Directory): Promise<string> {
const modules = await dir.entries()

const results = await Promise.all(modules.map(async m => {
Expand Down

0 comments on commit 61ba208

Please sign in to comment.