Skip to content

Commit 698699e

Browse files
committed
Update bot.rs
1 parent 8316fd9 commit 698699e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/bot.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,6 @@ impl LineBot {
365365
if let Some(v) = create_route {
366366
&query.push(("createRoute", v));
367367
}
368-
// dataの処理・引数を増やす
369368
self.http_client
370369
.get("/audienceGroup/list", query, json!({}))
371370
}
@@ -395,7 +394,7 @@ impl LineBot {
395394
)
396395
}
397396

398-
pub fn get_number_of_followes(&self, date: NaiveDate) -> Result<Response, Error> {
397+
pub fn get_number_of_followers(&self, date: NaiveDate) -> Result<Response, Error> {
399398
self.http_client.get(
400399
"/bot/insight/followers",
401400
vec![("date", &date.format("%Y%m%d").to_string())],

0 commit comments

Comments
 (0)