Skip to content

Commit

Permalink
remove old comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gabbifish committed Aug 20, 2019
1 parent f286e96 commit 88abdd4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/endpoints/workerskv/write_bulk.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ impl<'a> Endpoint<(), (), Vec<KeyValuePair>> for WriteBulk<'a> {
Method::Put
}
fn path(&self) -> String {
// Need multiple cases for presence of ttl or expiration parameters.
format!(
"accounts/{}/storage/kv/namespaces/{}/bulk",
self.account_identifier, self.namespace_identifier
Expand Down

0 comments on commit 88abdd4

Please sign in to comment.