Skip to content

Commit

Permalink
fix: hdb-pool is not namespaced under @SAP (typeorm#6700)
Browse files Browse the repository at this point in the history
  • Loading branch information
imnotjames authored and Svetlozar committed Jan 12, 2021
1 parent f4305f7 commit 640acbb
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 640acbb

Please sign in to comment.