mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
JS: add missing abstract modifier
This commit is contained in:
@@ -10,7 +10,7 @@ import javascript
|
||||
/**
|
||||
* A call that performs a request to a URL.
|
||||
*/
|
||||
class CustomClientRequest extends DataFlow::InvokeNode {
|
||||
abstract class CustomClientRequest extends DataFlow::InvokeNode {
|
||||
|
||||
/**
|
||||
* Gets the URL of the request.
|
||||
|
||||
Reference in New Issue
Block a user