feat: fix errors
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-11-16 16:09:07 +01:00
parent 66efb97120
commit c8f56874d0
10 changed files with 25 additions and 46 deletions

View File

@@ -10,9 +10,7 @@ pub struct CuddlePlease {
impl CuddlePlease {
pub fn new(client: dagger_sdk::Query) -> Self {
Self {
client: client.pipeline("cuddle-please"),
}
Self { client }
}
}