fix plugin uploading

This commit is contained in:
zznty
2023-04-26 17:00:50 +07:00
parent 94a06f1946
commit 83a7e4ce24
3 changed files with 3 additions and 3 deletions

View File

@@ -61,6 +61,6 @@ public class PluginsController : WebApiController
file.Data.CopyTo(zipStream);
return new PluginInfo(manifest.Guid, manifest.Name, manifest.Version);
});
}).ToArray();
}
}