Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
grulex committed May 18, 2024
1 parent d9d55a4 commit b95b260
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/routes/+layout.server.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ export async function load({ cookies, request }) {
token = env.TG_DEV_INIT_DATA_BASE64;
}
// get header Sf-Ipcountry
let country = request.headers.get('CF-IPCountry');
console.log('country', country);
// let country = request.headers.get('CF-IPCountry');
// console.log('country', country);

let resp = await fetch(env.BACKEND_HOST + '/api/profile', {
headers: {
Expand Down

0 comments on commit b95b260

Please sign in to comment.