diaseu пре 4 година
родитељ
комит
bd5a01aed9
1 измењених фајлова са 4 додато и 4 уклоњено
  1. 4
    4
      frontend/src/services/queue.service.js

+ 4
- 4
frontend/src/services/queue.service.js Прегледај датотеку

7
 
7
 
8
     const profilelist = []
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
 const saveQueueByProfileId = async (targetId, profileId) => {
15
 const saveQueueByProfileId = async (targetId, profileId) => {
17
     // return updateQueue
17
     // return updateQueue
18
 }
18
 }
19
 
19
 
20
-export { fetchQueueByProfileId, saveQueue }
20
+export { fetchQueueByProfileId, saveQueueByProfileId }

Loading…
Откажи
Сачувај