Skip to content

Commit

Permalink
pr corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
maguimarijuan committed Jun 12, 2020
1 parent b680a7a commit 2123a9c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Expand Up @@ -8,15 +8,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
### Added
- serverlessConfiguration getter to easily get sls hooks.
- FirehoseInstace to cache the instance
- FirehoseInstance to cache the instance

## [3.2.0] - 2020-05-19
### Removed
- `package-lock.json` file

## [3.1.3] - 2020-05-15
### Fixed
- Unit tests improoves
- Unit tests improoves
- Errors that was not handled correctly

## [3.1.2] - 2020-05-12
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -160,7 +160,7 @@ In `path/to/root/serverless.js` add:

const { helper } = require('sls-helper'); // eslint-disable-line
const functions = require('./serverless/functions.json');
const Log = require('@janiscommerce/log');
const Log = require('@janiscommerce/log');

module.exports = helper({
hooks: [
Expand Down
4 changes: 1 addition & 3 deletions lib/firehose-instance.js
Expand Up @@ -20,9 +20,7 @@ class FirehoseInstance {
/**
* Returns a FirehoseInstance
*
* @static
* @returns
* @memberof FirehoseInstance
* @returns {Object} A FireHoseInstance
*/
static async getFirehoseInstance() {

Expand Down

0 comments on commit 2123a9c

Please sign in to comment.