mirror of
https://github.com/wekan/wekan.git
synced 2026-03-09 23:22:33 +01:00
4 lines
110 B
JavaScript
4 lines
110 B
JavaScript
|
|
import { Meteor } from 'meteor/meteor';
|
||
|
|
|
||
|
|
export default new Meteor.Collection('AccountsLockout.Connections');
|