ScribeMessage can now be used instead
Summary: As the type is now defined in flipper-common, it can be used. Reviewed By: antonk52 Differential Revision: D48557043 fbshipit-source-id: 3838a189e431718cd1438d2dad5d7034d34bb93b
This commit is contained in:
committed by
Facebook GitHub Bot
parent
cc28b5aea7
commit
c93a781247
@@ -7,6 +7,8 @@
|
|||||||
* @format
|
* @format
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
import {ScribeMessage} from 'flipper-common';
|
||||||
|
|
||||||
export async function sendScribeLogs(
|
export async function sendScribeLogs(
|
||||||
_messages: {category: string; message: string}[],
|
_messages: ScribeMessage[],
|
||||||
): Promise<void> {}
|
): Promise<void> {}
|
||||||
|
|||||||
Reference in New Issue
Block a user