fix SignerImprovedService import
All checks were successful
Build and Push to Registry / build-and-push (push) Successful in 52s

This commit is contained in:
Sadrinho27 2025-09-10 16:16:58 +02:00
parent b04679ba34
commit 9a3f280df8

View File

@ -1,6 +1,6 @@
import { Request, Response } from 'express'; import { Request, Response } from 'express';
import { v4 as uuidv4 } from 'uuid'; import { v4 as uuidv4 } from 'uuid';
import { SignerImprovedService } from '../services/signer'; import { SignerImprovedService } from '../services/signer-improved';
import { SessionManager } from '../utils/session-manager'; import { SessionManager } from '../utils/session-manager';
import { authTokens } from '../utils/auth-tokens'; import { authTokens } from '../utils/auth-tokens';
import { ProcessInfo, ProcessData, ProcessRoles, EOfficeStatus } from '../types'; import { ProcessInfo, ProcessData, ProcessRoles, EOfficeStatus } from '../types';