intelica-library-project 20.0.4 → 20.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -2163,7 +2163,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.23", ngImpo
|
|
|
2163
2163
|
class Shared {
|
|
2164
2164
|
http = inject(HttpClient);
|
|
2165
2165
|
configService = inject(ConfigService);
|
|
2166
|
-
path = `${this.configService.environment?.sharedPath}
|
|
2166
|
+
path = `${this.configService.environment?.sharedPath}`;
|
|
2167
2167
|
getEmbedUrl(command) {
|
|
2168
2168
|
return this.http.post(`${this.path}/quicksight-embed-url`, command);
|
|
2169
2169
|
}
|