Skip to content

Commit 1ea2789

Browse files
authored
Merge branch 'main' into release
2 parents 43c3ca5 + cb34af0 commit 1ea2789

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)