Skip to content

Commit 7a89401

Browse files
committed
Removed unused functions
1 parent dc9ebea commit 7a89401

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

src/handlers/platforms/fetch-api/create-app-register-handler.ts

+1-12
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,8 @@
1-
import {
2-
RegisterActionHandler,
3-
RegisterHandlerResponseBody,
4-
} from "@/handlers/actions/register-action-handler";
1+
import { RegisterActionHandler } from "@/handlers/actions/register-action-handler";
52
import { GenericCreateAppRegisterHandlerOptions } from "@/handlers/shared/create-app-register-handler-types";
63

74
import { WebApiAdapter, WebApiHandler, WebApiHandlerInput } from "./platform-adapter";
85

9-
export const createRegisterHandlerResponseBody = (
10-
success: boolean,
11-
error?: RegisterHandlerResponseBody["error"]
12-
): RegisterHandlerResponseBody => ({
13-
success,
14-
error,
15-
});
16-
176
export type CreateAppRegisterHandlerOptions =
187
GenericCreateAppRegisterHandlerOptions<WebApiHandlerInput>;
198

0 commit comments

Comments
 (0)