Skip to content

Commit 74fc33e

Browse files
committed
JS: make the qldoc check happy
1 parent a76c70d commit 74fc33e

File tree

1 file changed

+3
-0
lines changed
  • javascript/ql/src/semmle/javascript/frameworks

1 file changed

+3
-0
lines changed

javascript/ql/src/semmle/javascript/frameworks/Fastify.qll

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
import javascript
66
import semmle.javascript.frameworks.HTTP
77

8+
/**
9+
* Provides classes for working with [Fastify](https://www.fastify.io/) applications.
10+
*/
811
module Fastify {
912
/**
1013
* An expression that creates a new Fastify server.

0 commit comments

Comments
 (0)