Skip to content
This repository was archived by the owner on Oct 18, 2023. It is now read-only.

Commit 2fa64df

Browse files
bors[bot]honzasp
andauthored
Merge #310
310: Fix a typo in hrana proto definition r=MarinPostma a=honzasp Co-authored-by: Jan Špaček <[email protected]>
2 parents b6c6ebd + 9f8ffbc commit 2fa64df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqld/src/hrana/proto.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ pub enum ServerMsg {
2424
#[serde(tag = "type", rename_all = "snake_case")]
2525
pub enum Request {
2626
OpenStream(OpenStreamReq),
27-
CloseStream(OpenStreamReq),
27+
CloseStream(CloseStreamReq),
2828
Execute(ExecuteReq),
2929
Batch(BatchReq),
3030
}

0 commit comments

Comments
 (0)