more work on the note endpoint, for now im going to work around it
This commit is contained in:
@@ -2,10 +2,8 @@ import {Groups} from './groups';
|
||||
import {Database} from '../database/database';
|
||||
|
||||
export class Notes extends Groups {
|
||||
static async newNote(id, content, creatorid, order) {
|
||||
|
||||
|
||||
Database.notes.newNote(id, null, )
|
||||
static async newNote(id, content, creatorid, order) {
|
||||
Database.note.newNote(id, content, creatorid, order, null);
|
||||
}
|
||||
|
||||
static async genID() {
|
||||
|
||||
Reference in New Issue
Block a user