feat: include liveMatches in matches response
- Adds
isLive (bool)to thematchesresponse - Adds a new endpoint,
getLiveMatchById
edit: aww, the build is failing. I can't see why though. I've got one local warning that I can't seem to get rid of, which occurs when running npm run build. It does still properly build though. The error:
> @ma-ve/[email protected] build
> tsc -p .
node_modules/cheerio/lib/options.d.ts:29:24 - error TS2304: Cannot find name 'URL'.
29 baseURI?: string | URL;
~~~
Found 1 error in node_modules/cheerio/lib/options.d.ts:29
This occurs on any branch. I'm not that well versed in TS so I haven't got the slightest what's up.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Updated |
|---|---|---|---|
| hltv-api | ❌ Failed (Inspect) | Nov 16, 2022 at 8:58PM (UTC) |
@dajk Loving your project! Are you open to Pull requests? :-)
Hi @Ma-ve ,
Thanks for contributing!
@dajk Loving your project! Are you open to Pull requests? :-)
Yes, sure. I will have a look what's wrong with the build ;)
@dajk Hi @Ma-ve ,
Thanks for contributing!
@dajk Loving your project! Are you open to Pull requests? :-)
Yes, sure. I will have a look what's wrong with the build ;)
Cool, thank you!