Revert "gm-fetch für Firefox gefixt"

This reverts commit 20e011bb55.
This commit is contained in:
2024-10-15 16:45:21 +02:00
parent 248fbd5f0f
commit 748a8740eb
9 changed files with 17 additions and 207 deletions

View File

@@ -1,7 +1,7 @@
import * as chrono from 'chrono-node'
import { TapiContact } from './tapi-contact'
import { extractNumber } from './utils'
import GM_fetch from './gm-fetch'
import GM_fetch from '@trim21/gm-fetch'
export class CallHistory {
private callerIds: { [number: string]: TapiContact } = {}