Skip to content

Commit

Permalink
Fixed Lint; Revert Version
Browse files Browse the repository at this point in the history
  • Loading branch information
Bugs5382 committed Oct 21, 2024
1 parent 5ecc84b commit 6516aa9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fastify-kubernetes.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function getContext (config, options) {
if (options.user && context.user !== options.user) {
return false
}
return (context.namespace || 'default') === namespace;
return (context.namespace || 'default') === namespace
})
}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fastify-kubernetes",
"version": "0.15.0",
"version": "0.14.0",
"description": "Fastify Kubernetes client plugin",
"main": "fastify-kubernetes.js",
"types": "fastify-kubernetes.d.ts",
Expand Down

0 comments on commit 6516aa9

Please sign in to comment.