Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

400 error #14

Open
sarkarDeep223 opened this issue Jan 5, 2024 · 1 comment
Open

400 error #14

sarkarDeep223 opened this issue Jan 5, 2024 · 1 comment

Comments

@sarkarDeep223
Copy link

  if(!data.partnership){
    console.log("jdffd1",data);
    
     req = await fetch(`http://api.positionstack.com/v1/forward?access_key=${this.configService.get<string>('POSITION_STACK_API_KEY')}&query=${data.location}&region=${data.city}`)
     res = await req.json()
     console.log("res",res);
     
    return Promise.resolve(res)
  }
@soumyabrataKarmakar
Copy link

The server is down and our application depends on the API. Some parts of application had stopped working. Need to be fixed ASAP.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants