mirror of
https://github.com/selfxyz/self.git
synced 2026-04-05 03:00:53 -04:00
chore: remove msgpack-lite and pako dependencies (#892)
This commit is contained in:
@@ -4,12 +4,13 @@ import type { AppStateStatus } from 'react-native';
|
||||
import { AppState } from 'react-native';
|
||||
import type { transportFunctionType } from 'react-native-logs';
|
||||
|
||||
import { registerDocumentChangeCallback } from '@/providers/passportDataProvider';
|
||||
|
||||
import {
|
||||
GRAFANA_LOKI_PASSWORD,
|
||||
GRAFANA_LOKI_URL,
|
||||
GRAFANA_LOKI_USERNAME,
|
||||
} from '../../../env';
|
||||
import { registerDocumentChangeCallback } from '../../providers/passportDataProvider';
|
||||
|
||||
interface LokiLogEntry {
|
||||
timestamp: string;
|
||||
|
||||
Reference in New Issue
Block a user