Skip to content

Commit

Permalink
fix: remove async function from startFacebookLogin
Browse files Browse the repository at this point in the history
  • Loading branch information
acnormun committed May 7, 2024
1 parent 9ca6802 commit b8cc8b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/config/channels/facebook/Setup.vue
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
this.onLogin = state;
},
/* istanbul ignore next */
async startFacebookLogin() {
startFacebookLogin() {
const fbAppId = getEnv('VITE_APP_FACEBOOK_APP_ID');
if (!fbAppId) {
Expand Down

0 comments on commit b8cc8b5

Please sign in to comment.