Skip to content

Commit

Permalink
typescript update
Browse files Browse the repository at this point in the history
  • Loading branch information
hsc-nue committed Sep 29, 2023
1 parent 098f841 commit 75fe115
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions dist/models/User.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ var SingGroup;
SingGroup["ALTO"] = "A";
SingGroup["TENOR"] = "T";
SingGroup["BASS"] = "B";
})(SingGroup = exports.SingGroup || (exports.SingGroup = {}));
})(SingGroup || (exports.SingGroup = SingGroup = {}));
exports.singGroupNameMap = new Map();
exports.singGroupNameMap.set(SingGroup.SOPRANO, "Sopran");
exports.singGroupNameMap.set(SingGroup.ALTO, "Alt");
Expand All @@ -39,7 +39,7 @@ var MemberState;
MemberState["MEMBER"] = "M";
MemberState["STUDENT"] = "S";
MemberState["GUEST"] = "G";
})(MemberState = exports.MemberState || (exports.MemberState = {}));
})(MemberState || (exports.MemberState = MemberState = {}));
const userSchema = new mongoose_1.Schema({
id: {
// vv.nnnnnn z.B. mi.suedka; wird als Referenz zu anderen Objekten verwendet, damit diese sprechend ist
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"prettier": "^2.8.8",
"pretty-quick": "^3.1.3",
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
"typescript": "^5.2.2"
},
"scripts": {
"start": "node dist/app.js",
Expand Down

0 comments on commit 75fe115

Please sign in to comment.