Skip to content

Commit

Permalink
chore: ran formatter and linter
Browse files Browse the repository at this point in the history
  • Loading branch information
MacQSL committed Jul 17, 2024
1 parent a5497c9 commit d99733b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/services/platform-service.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import chai, { expect } from 'chai';
import { describe } from 'mocha';
import sinon from 'sinon';
import sinonChai from 'sinon-chai';
import * as featureFlagUtils from '../utils/feature-flag-utils';
import { ObservationRecord } from '../repositories/observation-repository/observation-repository';
import * as featureFlagUtils from '../utils/feature-flag-utils';
import { getMockDBConnection } from '../__mocks__/db';
import { AttachmentService } from './attachment-service';
import { HistoryPublishService } from './history-publish-service';
Expand Down

0 comments on commit d99733b

Please sign in to comment.