Skip to content

Commit c963c63

Browse files
committed
tournamentImageAdded
1 parent a3eab79 commit c963c63

14 files changed

+24
-27
lines changed

dist/config/constants.d.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
export declare const SERVER_PORT = "SERVER_PORT";
2-
export declare const DB_HOST = "DB_HOST";
3-
export declare const DB_PORT = "DB_PORT";
4-
export declare const DB_USERNAME = "DB_USERNAME";
5-
export declare const DB_PASSWORD = "DB_PASSWORD";
6-
export declare const DB_DATABASE = "DB_DATABASE";
71
export declare const JWT_SECRET = "this is a random shit";
82
export declare enum formats {
93
DuelLinks = "Duel Links",

dist/config/constants.js

Lines changed: 1 addition & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/config/constants.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/main.js

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/main.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/resultsView/resultsView.entity.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ export declare class ResultsViewEntity {
44
id_tournament: number;
55
player_name: string;
66
picture: string;
7+
t_picture: string;
78
tournament_name: string;
89
place: number;
910
points: number;

dist/resultsView/resultsView.entity.js

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/resultsView/resultsView.entity.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/tournament/tournament.entity.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import { formats } from "src/config/constants";
22
import { ResultsEntity } from "src/results/results.entity";
33
export declare class TournamentEntity {
44
id_tournament: number;
5+
picture: string;
56
name: string;
67
description: string;
78
date: String;

dist/tournament/tournament.entity.js

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)