gfd
This commit is contained in:
parent
ef50b84dba
commit
34238b7dc9
@ -310,7 +310,7 @@ async function publishToFoundry(done) {
|
|||||||
|
|
||||||
const responseData = await response.text();
|
const responseData = await response.text();
|
||||||
|
|
||||||
if (responseData.status === 'success') {
|
if (responseData.contains('success')) {
|
||||||
console.log('Successfully published to Foundry VTT:');
|
console.log('Successfully published to Foundry VTT:');
|
||||||
console.log(JSON.stringify(responseData, null, 2));
|
console.log(JSON.stringify(responseData, null, 2));
|
||||||
done();
|
done();
|
||||||
|
Loading…
Reference in New Issue
Block a user