Skip to content

Commit 6471c9c

Browse files
David Roperdavid-roper
authored andcommitted
fix: fix import of neverthrow
1 parent a4f08ca commit 6471c9c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/api/src/instrument-records/instrument-records.service.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { replacer, reviver, yearsPassed } from '@douglasneuroinformatics/libjs';
2-
import { err, ok } from '@douglasneuroinformatics/libjs/vendor/neverthrow';
2+
import { err, ok } from 'neverthrow';
33
import { accessibleQuery, InjectModel } from '@douglasneuroinformatics/libnest';
44
import type { Model } from '@douglasneuroinformatics/libnest';
55
import { linearRegression } from '@douglasneuroinformatics/libstats';
@@ -16,7 +16,7 @@ import type {
1616
} from '@opendatacapture/schemas/instrument-records';
1717
import { Prisma } from '@prisma/client';
1818
import type { $Enums, Session } from '@prisma/client';
19-
import { isNumber,mergeWith, pickBy } from 'lodash-es';
19+
import { isNumber, mergeWith, pickBy } from 'lodash-es';
2020

2121
import type { EntityOperationOptions } from '@/core/types';
2222
import { GroupsService } from '@/groups/groups.service';

0 commit comments

Comments
 (0)