Skip to content

Commit

Permalink
[INTERNAL] ui5Framework: Remove Sapui5SnapshotResolver reference
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomByte committed Feb 10, 2023
1 parent eb24ec0 commit 0542202
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions lib/graph/helpers/ui5Framework.js
Original file line number Diff line number Diff line change
Expand Up @@ -262,11 +262,7 @@ export default {
} else if (frameworkName === "OpenUI5") {
Resolver = (await import("../../ui5Framework/Openui5Resolver.js")).default;
} else if (frameworkName === "SAPUI5") {
if (version.endsWith("-SNAPSHOT")) {
Resolver = (await import("../../ui5Framework/Sapui5SnapshotResolver.js")).default;
} else {
Resolver = (await import("../../ui5Framework/Sapui5Resolver.js")).default;
}
Resolver = (await import("../../ui5Framework/Sapui5Resolver.js")).default;
}

if (options.versionOverride) {
Expand Down

0 comments on commit 0542202

Please sign in to comment.