Skip to content

Commit cb34af0

Browse files
authored
Change to send_null (#292)
1 parent bb2652c commit cb34af0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/handlers/event.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ use self::error::{PostError, QueryError};
3333
const PREFIX_TAGS: &str = "x-p-tag-";
3434
const PREFIX_META: &str = "x-p-meta-";
3535
const STREAM_NAME_HEADER_KEY: &str = "x-p-stream";
36-
const FILL_NULL_OPTION_KEY: &str = "fill_null";
36+
const FILL_NULL_OPTION_KEY: &str = "send_null";
3737
const SEPARATOR: char = '^';
3838

3939
pub async fn query(

0 commit comments

Comments
 (0)