chore: upgrade FB api version (#4834)

This commit is contained in:
Tejaswini Chile
2022-06-10 12:26:21 +05:30
committed by GitHub
parent c5c89449dd
commit 9bac5873ef

View File

@@ -43,7 +43,7 @@ class DashboardController < ActionController::Base
VAPID_PUBLIC_KEY: VapidService.public_key,
ENABLE_ACCOUNT_SIGNUP: GlobalConfigService.load('ENABLE_ACCOUNT_SIGNUP', 'false'),
FB_APP_ID: GlobalConfigService.load('FB_APP_ID', ''),
FACEBOOK_API_VERSION: 'v13.0'
FACEBOOK_API_VERSION: 'v14.0'
}
end
end