mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
Even more search speed improving, and fixing minor image comparing bug
This commit is contained in:
@@ -11,8 +11,8 @@ export interface Question {
|
||||
A: string
|
||||
data: QuestionData
|
||||
cache?: {
|
||||
Q: string
|
||||
A: string
|
||||
Q: Array<string>
|
||||
A: Array<string>
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user