Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
SleeplessByte committed Apr 19, 2021
1 parent 81d5fb2 commit fa3e13a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/concept/translator-service/service.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {
TranslationService,
QualityThresholdNotMet,
BatchIsEmpty,
} from './promises';
} from './service';

class NotAvailable extends Error {
constructor(text) {
Expand Down

0 comments on commit fa3e13a

Please sign in to comment.