drainLinks()

in client/src/store/index.js [37:39]


    drainLinks(state){
      state.links.length = 0;
    },