user can join
This commit is contained in:
@@ -22,12 +22,12 @@ let eIndices = {
|
||||
}
|
||||
|
||||
export let nodeModels = {
|
||||
Member: new Member(nIndices.MEMBER),
|
||||
Network: new Network(nIndices.NETWORK),
|
||||
Title: new Title(nIndices.TITLE),
|
||||
Payment: new Payment(nIndices.PAYMENT),
|
||||
Post: new Post(nIndices.POST),
|
||||
Conversation: new Conversation(nIndices.CONVERSATION),
|
||||
MEMBER: new Member(nIndices.MEMBER),
|
||||
NETWORK: new Network(nIndices.NETWORK),
|
||||
TITLE: new Title(nIndices.TITLE),
|
||||
PAYMENT: new Payment(nIndices.PAYMENT),
|
||||
POST: new Post(nIndices.POST),
|
||||
CONVERSATION: new Conversation(nIndices.CONVERSATION),
|
||||
DM: new DM(nIndices.DM),
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user