fix build

Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
fufesou 2023-05-12 09:59:52 +08:00
parent 83c110e528
commit 0b3fae81d8

View File

@ -1512,8 +1512,8 @@ pub fn plugin_enable(_id: String, _v: bool) -> SyncReturn<()> {
} else {
crate::plugin::unload_plugin(&_id);
}
SyncReturn(())
}
SyncReturn(())
}
pub fn plugin_is_enabled(_id: String) -> SyncReturn<bool> {