Database Connection Update #4

Merged
humenius merged 49 commits from feature/database-connection into master 2021-02-08 03:16:51 +01:00
Showing only changes of commit ca6cfd6622 - Show all commits

View File

@@ -45,7 +45,7 @@ export class DatabaseService {
.then(result => { .then(result => {
response = { response = {
seasonId: result.season_id, seasonId: result.season_id,
maxSeasonid: result.maxSeasonId, maxSeasonId: result.maxSeasonId,
dates: { dates: {
start: result.start_date, start: result.start_date,
end: result.end_date, end: result.end_date,