mirror of
https://github.com/Viren070/stremio-addons-list.git
synced 2025-12-01 23:19:02 +01:00
Update graphql.js
This commit is contained in:
+1
-1
@@ -90,7 +90,7 @@ const closeIssue = (postId) => {
|
||||
// also adds label "very low score"
|
||||
return request(
|
||||
`mutation {
|
||||
updateIssue(input: {id : "${postId}" , state: CLOSED, labelIds: ["LA_kwDOFVUyTM8AAAABGbO_Bw"] }){
|
||||
updateIssue(input: {id : "${postId}" , state: CLOSED${config['label-id-for-close-issues'] ? ', labelIds: ["' + config['label-id-for-close-issues'] + '"]' : ''} }){
|
||||
issue {
|
||||
id
|
||||
title
|
||||
|
||||
Reference in New Issue
Block a user