Feature/minor code cleanup (#667)

* Sort imports

* Update changelog
pull/668/head
Thomas Kaul 2 years ago committed by GitHub
parent 526a6b2030
commit 16360c0c67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 {
} from '@nestjs/common';
import { Observable } from 'rxjs';
import { map } from 'rxjs/operators';
import { ConfigurationService } from '../services/configuration.service';
@Injectable()

Loading…
Cancel
Save