From 34238b7dc9cce485398962bf1e5f2d450dd5be02 Mon Sep 17 00:00:00 2001 From: WinterMyst Date: Thu, 26 Sep 2024 13:48:30 +0200 Subject: [PATCH] gfd --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index b43c5c8..5938e46 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -310,7 +310,7 @@ async function publishToFoundry(done) { const responseData = await response.text(); - if (responseData.status === 'success') { + if (responseData.contains('success')) { console.log('Successfully published to Foundry VTT:'); console.log(JSON.stringify(responseData, null, 2)); done();