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