mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
Fixed typo
This commit is contained in:
parent
ebe22993c7
commit
437cccbff3
@ -240,7 +240,7 @@ class ServerlessProject {
|
||||
resources = SUtils.readAndParseJsonSync(_this._S.getProject().getFilePath('s-resources-cf.json'));
|
||||
}
|
||||
|
||||
return _.flatten( _.map( _.values( this.components ), c => c.getCFSnippets() ) );
|
||||
return _.flatten( _.map( _.values( _this.components ), c => c.getCFSnippets() ) );
|
||||
})
|
||||
.then(function (cfSnippets) {
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user