@meetelise/chat 1.22.48 → 1.22.50
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.
package/package.json
CHANGED
|
@@ -271,6 +271,7 @@ export class MEChat extends LitElement {
|
|
|
271
271
|
);
|
|
272
272
|
return;
|
|
273
273
|
}
|
|
274
|
+
|
|
274
275
|
this.building = building;
|
|
275
276
|
|
|
276
277
|
await this.initializeChatVariables();
|
|
@@ -293,7 +294,7 @@ export class MEChat extends LitElement {
|
|
|
293
294
|
}
|
|
294
295
|
};
|
|
295
296
|
|
|
296
|
-
// The general info for the
|
|
297
|
+
// The general info for the buildingg
|
|
297
298
|
setBuildingDerivedInfo = async (): Promise<void> => {
|
|
298
299
|
const buildingDetails = this.building;
|
|
299
300
|
if (!buildingDetails) return;
|