Skip to content

Commit

Permalink
fix: Region create slides region tags Snippets.gs (#453)
Browse files Browse the repository at this point in the history
  • Loading branch information
vinay-google authored Apr 6, 2024
1 parent f465caa commit e11f522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slides/api/Snippets.gs
Original file line number Diff line number Diff line change
Expand Up @@ -90,13 +90,13 @@ function createSlide(presentationId, pageId) {
requests: requests
}, presentationId);
console.log('Created slide with ID: %s', createSlideResponse.replies[0].createSlide.objectId);
// [END slides_create_slide]
return createSlideResponse;
} catch (err) {
// TODO (Developer) - Handle exception
console.log('Failed with error: %s', err.error);
}
};
// [END slides_create_slide]

// [START slides_create_textbox_with_text]
/**
Expand Down

0 comments on commit e11f522

Please sign in to comment.