Add S3 caching and automated tests
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
This commit is contained in:
@@ -25,7 +25,7 @@ export class DatabaseService {
|
||||
})
|
||||
.then(value => this.prismaClient.seasons.findUnique({
|
||||
where: {
|
||||
season_id: (!seasonId ? value : seasonId)
|
||||
season_id: Number((!seasonId ? value : seasonId))
|
||||
}
|
||||
}) as Promise<seasons>)
|
||||
.then((result: SeasonInfo) => {
|
||||
|
||||
Reference in New Issue
Block a user