mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-21 11:51:14 -05:00
Fix "Already Unlocked" Toast
This commit is contained in:
@@ -277,7 +277,7 @@ export function useModerationQueueManager(config: ModerationQueueManagerConfig):
|
||||
|
||||
// Release lock if claimed
|
||||
if (queue.currentLock?.submissionId === item.id) {
|
||||
await queue.releaseLock(item.id);
|
||||
await queue.releaseLock(item.id, true); // Silent release
|
||||
}
|
||||
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user