fix plugin uploading
This commit is contained in:
@@ -61,6 +61,6 @@ public class PluginsController : WebApiController
|
||||
file.Data.CopyTo(zipStream);
|
||||
|
||||
return new PluginInfo(manifest.Guid, manifest.Name, manifest.Version);
|
||||
});
|
||||
}).ToArray();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user