Skip to content

Commit b9e63d6

Browse files
committed
chore: remove todo
Mostly because I forgot what I wanted to do here - will solve caching if/when I need to.
1 parent c7901e7 commit b9e63d6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/loader/repository.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ exports.create = (repository) => {
6363
const content = Buffer.from(result.data.content, 'base64');
6464

6565
if (options.json) {
66-
// @todo: cache parsed JSON, parse YAML
6766
return JSON.parse(content.toString());
6867
}
6968

0 commit comments

Comments
 (0)