a cache for slack profile pictures and emojis

chore: change tag name

Changed files
+5 -5
src
+5 -5
src/index.ts
···
};
},
{
-
tags: ["Slack"],
+
tags: ["The Cache!"],
params: t.Object({
user: t.String(),
}),
···
return redirect(user.imageUrl, 302);
},
{
-
tags: ["Slack"],
+
tags: ["The Cache!"],
query: t.Object({
r: t.Optional(t.String()),
}),
···
}));
},
{
-
tags: ["Slack"],
+
tags: ["The Cache!"],
response: {
200: t.Array(
t.Object({
···
};
},
{
-
tags: ["Slack"],
+
tags: ["The Cache!"],
params: t.Object({
emoji: t.String(),
}),
···
return redirect(emoji.imageUrl, 302);
},
{
-
tags: ["Slack"],
+
tags: ["The Cache!"],
params: t.Object({
emoji: t.String(),
}),