feat: allow creating articles with marka
This commit is contained in:
@@ -67,7 +67,7 @@ export async function searchResource(
|
||||
|
||||
for (const resource of resources) {
|
||||
if (
|
||||
!(resource.id in results) &&
|
||||
!(resource.name in results) &&
|
||||
tags?.length && resource.tags.length &&
|
||||
tags.every((t) => resource.tags.includes(t))
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user