We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b083d21 commit 27a7f28Copy full SHA for 27a7f28
โapps/server/src/traQ/drop-messages-and-stamps.ts
@@ -1,6 +1,6 @@
1
import { dropMessages, dropStamps } from '@traq-ing/database';
2
3
export const dropMessagesAndStamps = async () => {
4
- await dropMessages();
5
await dropStamps();
+ await dropMessages();
6
};
0 commit comments