Skip to content

Commit 2c34489

Browse files
committed
import from pouch-setup...
for consistent setup
1 parent 60defff commit 2c34489

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/db/src/impl/pouch/courseAPI.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import pouch from 'pouchdb';
1+
import pouch from './pouchdb-setup';
22
import { pouchDBincludeCredentialsConfig } from '.';
33
import { ENV } from '@/factory';
44
// import { DataShape } from '../..base-course/Interfaces/DataShape';

packages/db/src/impl/pouch/courseLookupDB.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import pouch from 'pouchdb';
1+
import pouch from './pouchdb-setup';
22
// import { ENV } from '@/factory';
33

44
const courseLookupDBTitle = 'coursedb-lookup';

0 commit comments

Comments
 (0)