Remove unused function
This commit is contained in:
@@ -16,15 +16,6 @@ import {
|
|||||||
UserRequest,
|
UserRequest,
|
||||||
} from "./types.ts";
|
} from "./types.ts";
|
||||||
|
|
||||||
const phandler: Handler = async (_req: Request) => {
|
|
||||||
const code = httpCodes.success.OK;
|
|
||||||
return {
|
|
||||||
code,
|
|
||||||
result: "it is ok ",
|
|
||||||
contentType: contentTypes.text.plain,
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
// FIXME: Obviously put this somewhere else
|
// FIXME: Obviously put this somewhere else
|
||||||
const okText = (out: string) => {
|
const okText = (out: string) => {
|
||||||
const code = httpCodes.success.OK;
|
const code = httpCodes.success.OK;
|
||||||
|
|||||||
Reference in New Issue
Block a user