diff --git a/dagger/src/index.ts b/dagger/src/index.ts index 4929ea1..e8be3fd 100644 --- a/dagger/src/index.ts +++ b/dagger/src/index.ts @@ -32,7 +32,7 @@ class Timpkg { } @func() - async onPush(dir: Directory, token: string): Promise { + async onPush(dir: Directory): Promise { const modules = await dir.entries() const results = await Promise.all(modules.map(async m => {