mirror of
https://github.com/20kaushik02/spotify-manager.git
synced 2026-01-25 14:14:06 +00:00
another day, another correction/improvement/refactor commit
This commit is contained in:
@@ -32,7 +32,7 @@ class myGraph {
|
||||
}
|
||||
|
||||
/**
|
||||
* @param {type} node
|
||||
* @param {string} node
|
||||
* @returns {string[]}
|
||||
*/
|
||||
getDirectHeads(node) {
|
||||
@@ -40,7 +40,7 @@ class myGraph {
|
||||
}
|
||||
|
||||
/**
|
||||
* @param {type} node
|
||||
* @param {string} node
|
||||
* @returns {string[]}
|
||||
*/
|
||||
getDirectTails(node) {
|
||||
|
||||
Reference in New Issue
Block a user