mirror of
https://github.com/actions/toolkit
synced 2025-05-09 00:22:56 +00:00
Fix missing typescript casts
This commit is contained in:
parent
56c460630a
commit
6b18932b86
3 changed files with 3 additions and 3 deletions
|
@ -19,7 +19,7 @@ describe('proxy', () => {
|
|||
_proxyServer.listen(port, () => resolve())
|
||||
})
|
||||
_proxyServer.on('connect', req => {
|
||||
_proxyConnects.push(req.url)
|
||||
_proxyConnects.push(req.url ?? '')
|
||||
})
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue