Skip to content

Commit

Permalink
fix(stocks-book): change error message in stocks book meta
Browse files Browse the repository at this point in the history
  • Loading branch information
qtotuan committed Feb 4, 2019
1 parent 23b78f7 commit 357b030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/errors.ts
Expand Up @@ -764,7 +764,7 @@ export class StocksBookFetchFailed extends BaseError {

export class StocksBookGetMetaFailed extends BaseError {
public name = 'StocksBookGetMetaFailed'
constructor(public message: string = 'Could not fetch the stocks book', properties?: any) {
constructor(public message: string = 'Could not fetch stocks book meta', properties?: any) {
super(message, properties)
}
}
Expand Down

0 comments on commit 357b030

Please sign in to comment.