merge dev to main #208

Merged
philipp merged 79 commits from dev into main 2023-11-06 17:18:50 +00:00
Showing only changes of commit b25b0db760 - Show all commits

View File

@ -59,7 +59,7 @@ export class ResponseStats implements IResponse {
total_donation: number;
/**
* The total donation count.
* The total donation count (cent).
*/
@IsInt()
total_donations: number;
@ -77,7 +77,7 @@ export class ResponseStats implements IResponse {
average_distance: number;
/**
* The average donation per distance.
* The average donation per distance (cent).
*/
@IsInt()
average_donation: number;