Skip to content

Commit

Permalink
fix: add valid region tag (#4202)
Browse files Browse the repository at this point in the history
  • Loading branch information
iennae authored Jun 21, 2024
1 parent 9d10043 commit 2a41c5a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jobs/v3/howto/commute_search_sample.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ import (
talent "google.golang.org/api/jobs/v3"
)

// [START job_discovery_commute_search]
// [START commute_search]

// commuteSearch searches for jobs within commute filter.
Expand Down Expand Up @@ -80,3 +81,4 @@ func commuteSearch(w io.Writer, projectID, companyName string) (*talent.SearchJo
}

// [END commute_search]
// [END job_discovery_commute_search]

0 comments on commit 2a41c5a

Please sign in to comment.