Skip to content

Commit f18f8ee

Browse files
committed
Singleton MonthsCollection
1 parent 0cb8e84 commit f18f8ee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/model/Months.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,5 @@ export class MonthsCollection extends PouchDBCollection {
2929
return super.update(key, changes)
3030
}
3131
}
32+
33+
export const Months = new MonthsCollection()

0 commit comments

Comments
 (0)