Skip to content
This repository has been archived by the owner on Dec 23, 2024. It is now read-only.

Commit

Permalink
chore: de-duplicating region tag (#220)
Browse files Browse the repository at this point in the history
* chore: de-duplicating region tag

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* restore .kokoro changes

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Sofia Leon <[email protected]>
  • Loading branch information
3 people authored Aug 10, 2023
1 parent 05ebeb4 commit 996d2c2
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .kokoro/continuous/node12/samples-test.cfg

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions .kokoro/continuous/node12/system-test.cfg

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions .kokoro/presubmit/node12/samples-test.cfg

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions .kokoro/presubmit/node12/system-test.cfg

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .kokoro/samples-test.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .kokoro/system-test.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions samples/quickstart.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

// [START firestore_quickstart]
// [START firestore_session_quickstart]
const {Firestore} = require('@google-cloud/firestore');
const express = require('express');
const session = require('express-session');
Expand Down Expand Up @@ -43,4 +43,4 @@ app.get('/', (req, res) => {
app.listen(4830, () => {
console.log('Example app listening on port 4830!');
});
// [END firestore_quickstart]
// [END firestore_session_quickstart]

0 comments on commit 996d2c2

Please sign in to comment.