@microsoft/teamsfx 2.2.3-alpha.952007dba.0 → 2.2.3-alpha.dea6b9e8a.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.
@@ -1992,7 +1992,7 @@ class CardActionBot$1 {
1992
1992
  * @remarks
1993
1993
  * Only works in in server side.
1994
1994
  */
1995
- async function handleMessageExtensionQueryWithToken(context, config, scopes, logic) {
1995
+ function handleMessageExtensionQueryWithToken(context, config, scopes, logic) {
1996
1996
  throw new ErrorWithCode(formatString(ErrorMessage.BrowserRuntimeNotSupported, "queryWithToken in message extension"), ErrorCode.RuntimeNotSupported);
1997
1997
  }
1998
1998
  /**
@@ -2000,7 +2000,7 @@ async function handleMessageExtensionQueryWithToken(context, config, scopes, log
2000
2000
  * @remarks
2001
2001
  * Only works in in server side.
2002
2002
  */
2003
- async function handleMessageExtensionQueryWithSSO(context, config, initiateLoginEndpoint, scopes, logic) {
2003
+ function handleMessageExtensionQueryWithSSO(context, config, initiateLoginEndpoint, scopes, logic) {
2004
2004
  throw new ErrorWithCode(formatString(ErrorMessage.BrowserRuntimeNotSupported, "queryWithToken in message extension"), ErrorCode.RuntimeNotSupported);
2005
2005
  }
2006
2006