Merge pull request #19561 from gustavotrott/graphql-actions-fix-whiteboard-actions
This commit is contained in:
commit
16c8baf666
@ -1,9 +1,6 @@
|
||||
import { RedisMessage } from '../types';
|
||||
import { ValidationError } from '../types/ValidationError';
|
||||
import {throwErrorIfNotPresenter} from "../imports/validation";
|
||||
|
||||
export default function buildRedisMessage(sessionVariables: Record<string, unknown>, input: Record<string, unknown>): RedisMessage {
|
||||
throwErrorIfNotPresenter(sessionVariables);
|
||||
const eventName = `DeleteWhiteboardAnnotationsPubMsg`;
|
||||
|
||||
const routing = {
|
||||
|
@ -1,9 +1,6 @@
|
||||
import { RedisMessage } from '../types';
|
||||
import { ValidationError } from '../types/ValidationError';
|
||||
import {throwErrorIfNotPresenter} from "../imports/validation";
|
||||
|
||||
export default function buildRedisMessage(sessionVariables: Record<string, unknown>, input: Record<string, unknown>): RedisMessage {
|
||||
throwErrorIfNotPresenter(sessionVariables);
|
||||
const eventName = `DeleteWhiteboardAnnotationsPubMsg`;
|
||||
|
||||
const routing = {
|
||||
|
@ -1,9 +1,7 @@
|
||||
import { RedisMessage } from '../types';
|
||||
import { ValidationError } from '../types/ValidationError';
|
||||
import {throwErrorIfNotPresenter} from "../imports/validation";
|
||||
|
||||
export default function buildRedisMessage(sessionVariables: Record<string, unknown>, input: Record<string, unknown>): RedisMessage {
|
||||
throwErrorIfNotPresenter(sessionVariables);
|
||||
const eventName = `SendWhiteboardAnnotationsPubMsg`;
|
||||
|
||||
const routing = {
|
||||
|
Loading…
Reference in New Issue
Block a user