Jelajahi Sumber

app: Fix compilation error

x 9 bulan lalu
induk
melakukan
43f1d8d1ed
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      bin/app/src/main.rs

+ 1 - 1
bin/app/src/main.rs

@@ -297,7 +297,7 @@ async fn load_plugins(
     let sg_root2 = sg_root.clone();
     let sg_root2 = sg_root.clone();
     let fud = fud
     let fud = fud
         .setup(|me| async {
         .setup(|me| async {
-            plugin::Fud::new(me, sg_root2, ex.clone()).await.expect("Fud pimpl setup")
+            plugin::FudPlugin::new(me, sg_root2, ex.clone()).await.expect("Fud pimpl setup")
         })
         })
         .await;
         .await;