mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
Fixed question db overwriting
This commit is contained in:
parent
5ca0abbabf
commit
a9eeaf51b4
4 changed files with 29 additions and 3 deletions
|
@ -20,6 +20,7 @@ export interface Subject {
|
|||
export interface DataFile {
|
||||
path: string
|
||||
name: string
|
||||
locked?: Boolean
|
||||
shouldSearch:
|
||||
| string
|
||||
| {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue