Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Motion Bank
Services
Motion Bank API
Commits
113ed35e
Commit
113ed35e
authored
Mar 07, 2019
by
Anton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert id rename
parent
f4108483
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/lib/archives/index.js
src/lib/archives/index.js
+2
-2
No files found.
src/lib/archives/index.js
View file @
113ed35e
...
...
@@ -57,7 +57,7 @@ const setupArchives = function (api, mapService, annotationService) {
if
(
results
.
maps
&&
!
copy
)
{
for
(
let
map
of
results
.
maps
)
{
const
getRequest
=
{
params
:
{
uu
id
:
map
.
uuid
},
params
:
{
id
:
map
.
uuid
},
user
:
req
.
user
}
const
item
=
await
mapService
.
getHandler
(
getRequest
)
...
...
@@ -67,7 +67,7 @@ const setupArchives = function (api, mapService, annotationService) {
if
(
results
.
annotations
&&
!
copy
)
{
for
(
let
annotation
of
results
.
annotations
)
{
const
getRequest
=
{
params
:
{
uu
id
:
annotation
.
uuid
},
params
:
{
id
:
annotation
.
uuid
},
user
:
req
.
user
}
const
item
=
await
annotationService
.
getHandler
(
getRequest
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment