Commit 52fafaa9 authored by Ahmad Nemati's avatar Ahmad Nemati

git pu

parent 8e774d41
......@@ -22,7 +22,7 @@ async function work() {
if ((j + i) < directory.length)
if (directory[j + i].toLowerCase().includes(pair))
if (directory[j + i].toLowerCase().includes(pair))
arr.push(directory[j + i])
} catch (e) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment