gfd
This commit is contained in:
parent
ef50b84dba
commit
34238b7dc9
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user