({ commit, state }, options)
| 27 | |
| 28 | actions: { |
| 29 | async fetchReleased ({ commit, state }, options) { |
| 30 | const effectiveOptions = options || {} |
| 31 | const scenarios = await api.aiScenarios.getReleased(effectiveOptions) |
| 32 | commit('addScenarios', scenarios) |
| 33 | } |
| 34 | } |
| 35 | } |
nothing calls this directly
no outgoing calls
no test coverage detected