mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-14 15:47:47 +00:00
* Added backend call for reactions webhook * Updated webhook url * Fixed linting error * Code review fixes * Fixed linting errors
6 lines
119 B
JavaScript
6 lines
119 B
JavaScript
// @flow
|
|
|
|
import { getLogger } from '../base/logging/functions';
|
|
|
|
export default getLogger('features/base/reactions');
|