Fix invalid JSON in template: nodejs.json

Got rid of a duplicate key
<done over Github UI>
This commit is contained in:
Ali Ok 2018-01-12 13:35:25 +03:00 committed by GitHub
parent 5faaac6933
commit e8d39a4936
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 6 deletions

View File

@ -208,12 +208,7 @@
} }
}, },
"env": [ "env": [
], ]
"resources": {
"limits": {
"memory": "${MEMORY_LIMIT}"
}
}
} }
] ]
} }