Skip to content

Commit

Permalink
fix(default.gbui): #263 Loads menu.xlsx as subject.json alternative.
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigorodriguez committed Feb 23, 2023
1 parent 241596b commit 00434bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/kb.gbapp/services/KBService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -928,7 +928,7 @@ export class KBService implements IGBKBService {
});
};

/publish gbkbreturn doIt(subjectsLoaded.children, undefined);
return doIt(subjectsLoaded.children, undefined);
}

public async undeployKbFromStorage(instance: IGBInstance, deployer: GBDeployer, packageId: number) {
Expand Down

0 comments on commit 00434bd

Please sign in to comment.