fix enabled typo

This commit is contained in:
2024-05-02 15:57:57 -04:00
parent 185047e755
commit 5d172e234e

View File

@@ -38,7 +38,7 @@ public class ModelShareExtension implements Bootstrappable {
public void onBootstrap() {
this.logger.trace("onBootstrap()");
if (this.enabled)
if (!this.enabled)
return;
this.logger.info("Model Share Extension enabled");