Skip to content

Commit

Permalink
fix: hdb-pool is not namespaced under @SAP (#6700)
Browse files Browse the repository at this point in the history
closes #6697
  • Loading branch information
imnotjames committed Sep 11, 2020
1 parent ea59b8d commit 9583430
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 9583430

Please sign in to comment.