Skip to content

Commit

Permalink
reverted cl
Browse files Browse the repository at this point in the history
  • Loading branch information
I-am-TURBO committed Feb 9, 2024
1 parent 19ba135 commit 15e2b95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mahoji/commands/cl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export const collectionLogCommand: OSBMahojiCommand = {
];
})
.flat(3)
].filter(i => (!value ? true : i.name.toLowerCase().includes(value.toLowerCase)));
].filter(i => (!value ? true : i.name.toLowerCase().includes(value)));
}
},
{
Expand Down

0 comments on commit 15e2b95

Please sign in to comment.