mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2026-04-28 19:27:38 +02:00
p2p fixes
This commit is contained in:
@@ -114,7 +114,6 @@ export interface Request<T = any> extends express.Request {
|
||||
|
||||
export interface ModuleSpecificData {
|
||||
// TODO: rename to something more meaningfull
|
||||
questionDbs: QuestionDb[]
|
||||
setQuestionDbs: (newVal: QuestionDb[]) => void
|
||||
getQuestionDbs: () => QuestionDb[]
|
||||
dbsFile: string
|
||||
@@ -175,6 +174,6 @@ export interface PeerInfo {
|
||||
port: number
|
||||
publicKey: string
|
||||
contact: string
|
||||
lastSync?: Date
|
||||
lastSync?: number
|
||||
note?: string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user