mirror of
https://github.com/wassname/talk.git
synced 2026-08-04 13:23:35 +08:00
initial commit
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import { Db } from 'mongodb';
|
||||
import { Comment } from 'talk-server/models/comment';
|
||||
|
||||
export async function create(db: Db): Promise<Comment> {
|
||||
return null;
|
||||
}
|
||||
Reference in New Issue
Block a user