mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-05 10:30:55 +01:00
Default Twitter probably good enough for now
This commit is contained in:
parent
bdd4f0a814
commit
70961a6111
1 changed files with 0 additions and 1 deletions
|
@ -38,7 +38,6 @@ const statusRequest = async (request: any) => {
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
// TODO: Create richer embeds for profiles
|
|
||||||
const profileRequest = async (request: any) => {
|
const profileRequest = async (request: any) => {
|
||||||
const { handle } = request.params;
|
const { handle } = request.params;
|
||||||
const url = new URL(request.url);
|
const url = new URL(request.url);
|
||||||
|
|
Loading…
Add table
Reference in a new issue