Skip to content

Commit

Permalink
fix : lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Mryashbhardwaj committed Jan 9, 2025
1 parent 3082020 commit da04afd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ext/sheets/gsheet/gsheet.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ func (gs *GSheets) getSheetContent(sheetID, sheetRange string) ([][]interface{},
func (gs *GSheets) GetSheetName(sheetURL string) (string, error) {
sheetInfo, err := FromURL(sheetURL)
if err != nil {
fmt.Println(sheetURL, err.Error())
return "", err
}
spreadsheet, err := gs.srv.Spreadsheets.Get(sheetInfo.SheetID).Do()
Expand Down

0 comments on commit da04afd

Please sign in to comment.