-
-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor edge rt pt 2 #155
Conversation
@@ -85,7 +85,7 @@ fn main() -> Result<(), anyhow::Error> { | |||
.cloned() | |||
.unwrap(); | |||
let event_service_manager_path = | |||
sub_matches.get_one::<String>("event-manager").cloned(); | |||
sub_matches.get_one::<String>("event-worker").cloned(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@laktek Note when updating production
@@ -137,31 +132,6 @@ pub async fn op_user_worker_create( | |||
Ok(result.unwrap().key.to_string()) | |||
} | |||
|
|||
#[op] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was moved to js_interceptors
🎉 This PR is included in version 1.8.4 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
What kind of change does this PR introduce?