Skip to content

Commit 18b8560

Browse files
committed
Lint
1 parent d464db4 commit 18b8560

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/provider/src/tasks/client/clientTasks.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// limitations under the License.
1414

1515
import { validateAddress } from "@polkadot/util-crypto/address";
16-
import { ProsopoApiError, type Logger } from "@prosopo/common";
16+
import { type Logger, ProsopoApiError } from "@prosopo/common";
1717
import { CaptchaDatabase, ClientDatabase } from "@prosopo/database";
1818
import {
1919
type IUserSettings,
@@ -191,7 +191,7 @@ export class ClientTaskManager {
191191
},
192192
);
193193
} catch (e: unknown) {
194-
const getClientListError = new ProsopoApiError("DATABASE.UNKNOWN", {
194+
const getClientListError = new ProsopoApiError("DATABASE.UNKNOWN", {
195195
context: { error: e },
196196
logger: this.logger,
197197
});

0 commit comments

Comments
 (0)