mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-27 22:07:04 -05:00
Fix feature path catch blocks
This commit is contained in:
@@ -72,7 +72,7 @@ export function NovuMigrationUtility() {
|
||||
title: "Migration completed",
|
||||
description: `Successfully migrated ${successCount} users. ${failureCount} failures.`,
|
||||
});
|
||||
} catch (error) {
|
||||
} catch (error: unknown) {
|
||||
const errorMsg = getErrorMessage(error);
|
||||
toast({
|
||||
variant: "destructive",
|
||||
|
||||
Reference in New Issue
Block a user