Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
parent
a78803d35b
commit
8b929c912c
@ -36,7 +36,7 @@ pub struct NodeService {
|
||||
}
|
||||
|
||||
impl NodeService {
|
||||
fn new(value: dagger_sdk::Query, service: impl Into<String>) -> Self {
|
||||
pub fn new(value: dagger_sdk::Query, service: impl Into<String>) -> Self {
|
||||
Self {
|
||||
client: value,
|
||||
service: service.into(),
|
||||
|
Loading…
Reference in New Issue
Block a user