Skip to content

Commit b01409f

Browse files
committed
Clarifying comment for ApplicationSettings
1 parent d688a22 commit b01409f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

backend/src/entities/application-settings.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ import { FormSettings } from "./form-settings";
1111
// TODO all other settings are part of the settings table, whereas ApplicationSettings
1212
// is a separate table. Move into settings table just like EmailSettings.
1313

14+
/**
15+
* Application as in "Peoples application for the event"
16+
*/
1417
@Entity()
1518
export class ApplicationSettings {
1619
@PrimaryGeneratedColumn()

0 commit comments

Comments
 (0)