* Sort imports * Update changelog
@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
-Fixed the data source of the _Fear & Greed Index_ (market mood)
- Fixed the data source of the _Fear & Greed Index_ (market mood)
### Todo
@ -6,6 +6,7 @@ import {
NestInterceptor
} from '@nestjs/common';
import { Observable } from 'rxjs';
import { ConfigurationService } from '../services/configuration.service';
@Injectable()
@ -7,6 +7,7 @@ import {
import { map } from 'rxjs/operators';