Skip to content

Commit d1560e7

Browse files
committed
name
1 parent d8ac0b8 commit d1560e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utils/QueryProcessor.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ export default function QueryProcessor(query: string): string {
1212
}
1313

1414
if (query.toLowerCase().includes("name")) {
15-
return "Rohan";
15+
return "mmingus";
1616
}
1717

1818
if (query.toLowerCase().includes("what is your name?")){
1919
return "mmingus";
2020
}
21-
21+
2222
return "";
2323
}

0 commit comments

Comments
 (0)