refactor: Improve type inference and error handling in various services and tests
Some checks are pending
Deploy to Test Environment / deploy-to-test (push) Has started running
Some checks are pending
Deploy to Test Environment / deploy-to-test (push) Has started running
This commit is contained in:
@@ -395,7 +395,7 @@ export class AdminRepository {
|
||||
action: string;
|
||||
displayText: string;
|
||||
icon?: string | null;
|
||||
details?: Record<string, any> | null;
|
||||
details?: Record<string, unknown> | null;
|
||||
}, logger: Logger): Promise<void> {
|
||||
const { userId, action, displayText, icon, details } = logData;
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user