@meetelise/chat 1.22.37 → 1.22.38

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meetelise/chat",
3
- "version": "1.22.37",
3
+ "version": "1.22.38",
4
4
  "description": "",
5
5
  "main": "public/dist/index.js",
6
6
  "type": "module",
@@ -237,7 +237,7 @@ class LeadSourceClient {
237
237
  return null;
238
238
  }
239
239
 
240
- // TODO(erol): make into feature flag
240
+ // TODO(erol): make into feature flagg
241
241
  private shouldOverrideExistingLeadSourceWithNewLeadSource(
242
242
  orgSlug: string
243
243
  ): boolean {