mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-22 12:15:38 +00:00
fix: typo
This commit is contained in:
@@ -2754,7 +2754,7 @@ export const collectionsSlice = createSlice({
|
||||
updateActiveConnections: (state, action) => {
|
||||
state.activeConnections = [...action.payload.activeConnectionIds];
|
||||
},
|
||||
nWsRequestEvent: (state, action) => {
|
||||
runWsRequestEvent: (state, action) => {
|
||||
const { itemUid, collectionUid, eventType, eventData } = action.payload;
|
||||
const collection = findCollectionByUid(state.collections, collectionUid);
|
||||
if (!collection) return;
|
||||
|
||||
Reference in New Issue
Block a user