mirror of
https://github.com/colanode/colanode.git
synced 2025-12-29 00:25:03 +01:00
Rename some files
This commit is contained in:
@@ -9,8 +9,8 @@ import { syncRouter } from '@/routes/sync';
|
||||
import { configRouter } from '@/routes/config';
|
||||
import { avatarsRouter } from '@/routes/avatars';
|
||||
import { filesRouter } from '@/routes/files';
|
||||
import { synapse } from '@/services/synapse';
|
||||
import { logService } from '@/services/log';
|
||||
import { synapse } from '@/services/synapse-service';
|
||||
import { logService } from '@/services/log-service';
|
||||
|
||||
const logger = logService.createLogger('api');
|
||||
|
||||
|
||||
@@ -32,7 +32,7 @@ import {
|
||||
UpdateNodeOutput,
|
||||
} from '@/types/nodes';
|
||||
import { eventBus } from '@/lib/event-bus';
|
||||
import { logService } from '@/services/log';
|
||||
import { logService } from '@/services/log-service';
|
||||
import { sql, Transaction } from 'kysely';
|
||||
|
||||
const UPDATE_RETRIES_LIMIT = 10;
|
||||
|
||||
@@ -7,7 +7,7 @@ import {
|
||||
Message,
|
||||
NodeTransactionsBatchMessage,
|
||||
} from '@colanode/core';
|
||||
import { logService } from '@/services/log';
|
||||
import { logService } from '@/services/log-service';
|
||||
import { mapCollaborationRevocation, mapNodeTransaction } from '@/lib/nodes';
|
||||
import { eventBus } from '@/lib/event-bus';
|
||||
import { NodeTransactionCreatedEvent } from '@/types/events';
|
||||
Reference in New Issue
Block a user