Skip to content

Commit

Permalink
fix(webapp-strategy.js): fix importing the SDK to TypeScript Projects…
Browse files Browse the repository at this point in the history
… error

199
  • Loading branch information
Abdulghani Akhras authored and Abdulghani Akhras committed Jan 25, 2023
1 parent 7c12cc5 commit c2f6163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/strategies/webapp-strategy.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const constants = require('../utils/constants');
const TokenUtil = require("../utils/token-util");
const request = require('../utils/request-util');
const ServiceUtil = require('../utils/service-util');
const appIdSupportedLanguagesArray = require("../data/languagesCodesArray");
const appIdSupportedLanguagesArray = require("../data/languagesCodesArray.json");

acceptLanguage.languages(appIdSupportedLanguagesArray);

Expand Down

0 comments on commit c2f6163

Please sign in to comment.