Skip to content

Commit 0f7b4c7

Browse files
committed
Fix CI Lint
1 parent 96f5fb9 commit 0f7b4c7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
${{ runner.os }}-node-${{ matrix.NODE_VERSION }}-
107107
- name: Install dependencies
108108
run: npm ci
109-
- if: ${{ matrix.name == 'Mongo 3.6.21' }}
109+
- if: ${{ matrix.name == 'Mongo 3.6, Standalone, MMAPv1' }}
110110
run: npm run lint
111111
- run: npm run pretest
112112
- run: npm run coverage

src/Adapters/Storage/Postgres/PostgresStorageAdapter.js

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import { createClient } from './PostgresClient';
44
import Parse from 'parse/node';
55
// @flow-disable-next
66
import _ from 'lodash';
7+
// @flow-disable-next
78
import { v4 as uuidv4 } from 'uuid';
89
import sql from './sql';
910

0 commit comments

Comments
 (0)