Skip to content

Commit

Permalink
Revert
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-artie committed Apr 23, 2024
1 parent 1c5ff4e commit c80ce22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/bigquery/bigquery.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ func (s *Store) GetClient(ctx context.Context) *bigquery.Client {
func (s *Store) putTable(ctx context.Context, tableID types.TableIdentifier, rows []*Row) error {
bqTableID, ok := tableID.(TableIdentifier)
if !ok {
return fmt.Errorf("uanble to cast tableID to a BigQuery TableIdentifier")
return fmt.Errorf("unable to cast tableID to BigQuery TableIdentifier")
}

client := s.GetClient(ctx)
Expand Down

0 comments on commit c80ce22

Please sign in to comment.