Browse Source

WIP

tags/0.0.1
diaseu 4 years ago
parent
commit
bd5a01aed9
1 changed files with 4 additions and 4 deletions
  1. 4
    4
      frontend/src/services/queue.service.js

+ 4
- 4
frontend/src/services/queue.service.js View File

@@ -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 }

Loading…
Cancel
Save