This commit is contained in:
schrom01
2022-10-26 21:46:14 +02:00
parent 05bda05ad7
commit 5e9b59ba24
6 changed files with 23 additions and 14 deletions
+1 -1
View File
@@ -7,4 +7,4 @@ Song.prototype.persistFavoriteStatus = function(value) {
throw new Error("not yet implemented");
};
module.exports = Song;
module.exports = Song;
+1 -1
View File
@@ -4,4 +4,4 @@ function parseToProto(json, proto){
module.exports = { parseToProto}
module.exports = { parseToProto }