Remove misplaced ! that inverts login in season-requests-table

This commit is contained in:
Maximilian Dorninger
2025-08-30 22:24:55 +02:00
committed by GitHub
parent a397264944
commit ee7d514c13

View File

@@ -23,7 +23,7 @@
async function approveRequest(requestId: string, currentAuthorizedStatus: boolean) {
let response;
if (!isShow) {
if (isShow) {
const data = await client.PATCH('/api/v1/tv/seasons/requests/{season_request_id}', {
params: {
path: {