lyrasis / aspace-client-tasks

Collection of thor tasks for processing data and interacting with the ASpace API
3 stars 1 forks source link

ensure attach methods check for existing refs list #34

Closed eightBitter closed 2 years ago

eightBitter commented 2 years ago

currently, if you run an attach method twice, the second run will replace the refs list from the first. need to add a conditional to check if refs already exists in the data; if it does, add to it rather than creating a new array