Skip to content
This repository was archived by the owner on May 16, 2022. It is now read-only.

Compare array, objects, etc. (currently it doesn't matter) #7

Description

@todo

music/src/utils/Utils.js

Lines 20 to 27 in e0d8949

compare (a, b, key) {
if (a !== b) {
throw new Error(`"${key}" values should be equal`)
}
// TODO: Compare array, objects, etc. (currently it doesn't matter)
}
}


This issue was generated by todo based on a TODO comment in e0d8949. It's been assigned to @davipatury because they committed the code.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions