Skip to content

Commit d0a2d0a

Browse files
archiewoodCopilot
andauthored
Update src/include/gsheets_requests.hpp
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent bc65e51 commit d0a2d0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/gsheets_requests.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ std::string call_sheets_api(const std::string &spreadsheet_id, const std::string
1515
const std::string &body = "");
1616

1717
std::string delete_sheet_data(const std::string &spreadsheet_id, const std::string &token,
18-
const std::string &sheet_name, const std::string sheet_range);
18+
const std::string &sheet_name, const std::string &sheet_range);
1919

2020
std::string get_spreadsheet_metadata(const std::string &spreadsheet_id, const std::string &token);
2121
} // namespace duckdb

0 commit comments

Comments
 (0)