From 4744e73a6d4472b5d033100c8b5a366fc9b6c074 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Wed, 18 Oct 2023 18:04:58 +0100 Subject: [PATCH] chore(examples): add missing `use strict` directive (#762) --- examples/options.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/options.js b/examples/options.js index f10bdabe..e6abf36f 100644 --- a/examples/options.js +++ b/examples/options.js @@ -1,3 +1,5 @@ +'use strict' + const swaggerOption = { swagger: { info: {