it's really not that hard, just build
Some checks failed
Deploy Backend / docker (ubuntu-latest) (push) Successful in 46s
Deploy Website / docker (ubuntu-latest) (push) Failing after 1m35s

This commit is contained in:
Lee 2024-10-23 15:45:56 +01:00
parent 4b5c2acad5
commit de3dec22de

@ -27,7 +27,7 @@ export class BeatSaverMap {
* The internal MongoDB ID (_id). * The internal MongoDB ID (_id).
*/ */
@prop({ required: true }) @prop({ required: true })
protected _id!: string; private _id!: string;
/** /**
* The name of the map. * The name of the map.