chore: remove get-slug commented code

This commit is contained in:
41666 2020-12-17 16:54:37 -05:00
parent 041fe49b05
commit bb0987cab9

View file

@ -3,7 +3,6 @@ import { respond } from '../utils/api-tools';
import { getGuild } from '../utils/guild'; import { getGuild } from '../utils/guild';
export const GetSlug = async (request: Request): Promise<Response> => { export const GetSlug = async (request: Request): Promise<Response> => {
// return respond({ hello: 'world' });
const reqURL = new URL(request.url); const reqURL = new URL(request.url);
const [, , serverID] = reqURL.pathname.split('/'); const [, , serverID] = reqURL.pathname.split('/');