Skip to content

Commit dee4a13

Browse files
committed
Fix mistake
1 parent 53644dd commit dee4a13

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Database/Log/DebugLog.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ public function log($level, string|Stringable $message, array $context = []): vo
144144
'path' => $context['request']['path'],
145145
'data' => $context['request']['data'],
146146
], JSON_PRETTY_PRINT),
147-
'took' => 0,
147+
'took' => $took,
148148
'rows' => $context['response']['hits']['total']['value'] ?? $context['response']['hits']['total'] ?? 0,
149149
];
150150

0 commit comments

Comments
 (0)