Commit 9abb518
authored
Fix merge error introduced in valkey-io#1186 (valkey-io#1894)
Merge error introduced in valkey-io#1186 .
Prior to the merge, the time value passed to modules was a `monotime`.
The merge reverts it to a wall clock time (on the sending side only).
Signed-off-by: Jim Brunner <brunnerj@amazon.com>1 parent f1934cb commit 9abb518
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
842 | 842 | | |
843 | 843 | | |
844 | 844 | | |
845 | | - | |
846 | | - | |
| 845 | + | |
847 | 846 | | |
848 | 847 | | |
849 | 848 | | |
| |||
0 commit comments