Skip to content

Commit

Permalink
Ignore terms that don't have a MONDO id.
Browse files Browse the repository at this point in the history
  • Loading branch information
yugen committed Jan 4, 2025
1 parent 600dc4c commit 4d1096b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Console/Commands/Mondo/UpdateMondoData.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

use App\Disease;
use App\AppState;
use App\Mondo\OboParser;
use Carbon\Carbon;
use App\Mondo\OboParser;
use GuzzleHttp\Psr7\Utils;
use GuzzleHttp\ClientInterface;
use Illuminate\Console\Command;
Expand Down

0 comments on commit 4d1096b

Please sign in to comment.