Skip to content

Commit

Permalink
Remove rds from ignored services
Browse files Browse the repository at this point in the history
  • Loading branch information
heggert committed Feb 10, 2021
1 parent 52ce69b commit 36e0181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/services.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const path = require('path')
const basePath = path.resolve(__dirname, "../services")
const paths = fs.readdirSync(basePath)
const services = []
const ignoreServices = ["rds"]
const ignoreServices = []

for (const service of paths) {
if (ignoreServices.includes(service)) continue
Expand Down

0 comments on commit 36e0181

Please sign in to comment.