Skip to content

Commit a6fd028

Browse files
authored
fix sending data to influxdb (alexjustesen#130)
1 parent 70d5a80 commit a6fd028

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Observers/ResultObserver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public function created(Result $result)
6363

6464
// Send data to time series databases
6565
if ($this->influxDbSettings->v2_enabled) {
66-
SendDataToInfluxDbV2::dispatch($result);
66+
SendDataToInfluxDbV2::dispatch($result,$this->influxDbSettings);
6767
}
6868
}
6969

0 commit comments

Comments
 (0)