Skip to content

Commit 2a2eebb

Browse files
committed
Remove comment that does not make sense anymore
1 parent 14bc6ba commit 2a2eebb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/googlesheets/googlesheets.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ func (gs *GoogleSheets) getSheetData(client client, qm *models.QueryModel) (*she
103103
if apiErr, ok := err.(*googleapi.Error); ok {
104104
// Handle API-specific errors
105105
// We use ErrorSourceFromHTTPStatus to determine error source based on HTTP status code
106-
// but if the error has already a source, we use that.
107106
if apiErr.Code == 404 {
108107
errWithSource := errorsource.DownstreamError(errors.New("spreadsheet not found"), false)
109108
return nil, nil, errWithSource

0 commit comments

Comments
 (0)