@staffbase/plugins-client-sdk 3.0.0-beta.4 → 3.0.0

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.
@@ -1007,7 +1007,7 @@ const fallbackKickIn = 500;
1007
1007
  * after the time specified in fallbackKickIn runs out.
1008
1008
  * @return {Promise<function>} An appropriate send function
1009
1009
  */
1010
- var fallback = (() => {
1010
+ var fallback = () => {
1011
1011
  if (connection$1) {
1012
1012
  return connection$1;
1013
1013
  }
@@ -1017,7 +1017,7 @@ var fallback = (() => {
1017
1017
  }, fallbackKickIn);
1018
1018
  });
1019
1019
  return connection$1;
1020
- });
1020
+ };
1021
1021
 
1022
1022
  /**
1023
1023
  * Send a SDK command to the Staffbase App.