Showing
1 changed file
with
0 additions
and
4 deletions
... | @@ -36,10 +36,6 @@ const save = async()=> { | ... | @@ -36,10 +36,6 @@ const save = async()=> { |
36 | temp = "companyName : " + i.companyName | 36 | temp = "companyName : " + i.companyName |
37 | string = string + temp + "\n" | 37 | string = string + temp + "\n" |
38 | } | 38 | } |
39 | -<<<<<<< HEAD | ||
40 | - | ||
41 | -======= | ||
42 | ->>>>>>> 694647de3d94a82e2485ce202270c0702aaed6f7 | ||
43 | data = await functions.getProgrammersFunction() | 39 | data = await functions.getProgrammersFunction() |
44 | temp = "" | 40 | temp = "" |
45 | for(let i of data){ | 41 | for(let i of data){ | ... | ... |
-
Please register or login to post a comment