Skip to content

Commit 275aff0

Browse files
committed
silly copilot
1 parent d0a2d0a commit 275aff0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gsheets_requests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ std::string call_sheets_api(const std::string &spreadsheet_id, const std::string
117117
}
118118

119119
std::string delete_sheet_data(const std::string &spreadsheet_id, const std::string &token,
120-
const std::string &sheet_name, const std::string sheet_range) {
120+
const std::string &sheet_name, const std::string &sheet_range) {
121121
std::string host = "sheets.googleapis.com";
122122
std::string sheet_and_range = sheet_range.empty() ? sheet_name : sheet_name + "!" + sheet_range;
123123
std::string path = "/v4/spreadsheets/" + spreadsheet_id + "/values/" + sheet_and_range + ":clear";

0 commit comments

Comments
 (0)