mirror of
https://github.com/wassname/talk.git
synced 2026-09-11 12:51:33 +08:00
Add and refactor tests
This commit is contained in:
@@ -10,7 +10,7 @@ export interface SetCommentIDInput {
|
||||
|
||||
export type SetCommentIDMutation = (input: SetCommentIDInput) => Promise<void>;
|
||||
|
||||
async function commit(
|
||||
export async function commit(
|
||||
environment: Environment,
|
||||
input: SetCommentIDInput,
|
||||
{ pym }: TalkContext
|
||||
|
||||
Reference in New Issue
Block a user