updated hardcoded character with env variable

This commit is contained in:
2019-06-25 00:15:07 -05:00
parent 0f7e2d5bad
commit 76831f65ce

View File

@@ -97,7 +97,7 @@ class SendEveMailJob implements ShouldQueue
]],
'subject' => $this->subject,
])->invoke('post', '/characters/{character_id}/mail/', [
'character_id'=> 93738489,
'character_id'=> $config['primary'],
]);
} catch(RequestFailedException $e) {
Log::warning($e);