mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-21 08:15:36 +02:00
Remove misplaced ! that inverts login in season-requests-table
This commit is contained in:
committed by
GitHub
parent
a397264944
commit
ee7d514c13
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user