diff --git a/core/core.js b/core/core.js index 8d90f141..3155da51 100644 --- a/core/core.js +++ b/core/core.js @@ -245,7 +245,7 @@ async function getSessionProcessBlob(blobId, session, options) { * @returns */ async function getProcessBlob(blobId, key, options) { - // TODO(tasiaiso): break this down + // TODO(tasiaiso): break this down ? let process = gProcesses[key]; if (!process && !(options && "create" in options && !options.create)) { diff --git a/core/http.js b/core/http.js index dd861d1a..ecf75dd9 100644 --- a/core/http.js +++ b/core/http.js @@ -1,6 +1,6 @@ /** * TODOC - * TODO: document so we can make this improve + * TODO: document so we can improve this * @param {*} url * @returns */