finished
This commit is contained in:
@@ -7,4 +7,4 @@ Song.prototype.persistFavoriteStatus = function(value) {
|
||||
throw new Error("not yet implemented");
|
||||
};
|
||||
|
||||
module.exports = Song;
|
||||
module.exports = Song;
|
||||
@@ -4,4 +4,4 @@ function parseToProto(json, proto){
|
||||
|
||||
|
||||
|
||||
module.exports = { parseToProto}
|
||||
module.exports = { parseToProto }
|
||||
Reference in New Issue
Block a user