|
|
@@ -7,9 +7,9 @@ const fetchQueueByProfileId = async profileId => {
|
|
7
|
7
|
|
|
8
|
8
|
const profilelist = []
|
|
9
|
9
|
|
|
10
|
|
-
|
|
11
|
|
- // const myMatchQueue = new Queue(profilelist)
|
|
12
|
|
- // return myMatchQueue
|
|
|
10
|
+ // WIP
|
|
|
11
|
+ const myMatchQueue = new Queue(profilelist)
|
|
|
12
|
+ return myMatchQueue
|
|
13
|
13
|
}
|
|
14
|
14
|
|
|
15
|
15
|
const saveQueueByProfileId = async (targetId, profileId) => {
|
|
|
@@ -17,4 +17,4 @@ const saveQueueByProfileId = async (targetId, profileId) => {
|
|
17
|
17
|
// return updateQueue
|
|
18
|
18
|
}
|
|
19
|
19
|
|
|
20
|
|
-export { fetchQueueByProfileId, saveQueue }
|
|
|
20
|
+export { fetchQueueByProfileId, saveQueueByProfileId }
|