Skip to content

Commit

Permalink
bugfix: hdb-pool is not namespaced under @SAP
Browse files Browse the repository at this point in the history
  • Loading branch information
imnotjames committed Sep 11, 2020
1 parent 7167903 commit 20568b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform/PlatformTools.ts
Expand Up @@ -51,7 +51,7 @@ export class PlatformTools {
case "@sap/hana-client":
return require("@sap/hana-client");

case "@sap/hdb-pool":
case "hdb-pool":
return require("hdb-pool");

/**
Expand Down

0 comments on commit 20568b9

Please sign in to comment.