Animationのeditorsのバグを修正しました #112

Merged r-takeuchi merged 1 commit into nitta-lab-2021:master from nitta-lab-2021:AnimationBugEditors on 26 May 2021
Showing 1 changed file
View
4
src/main/java/org/ntlab/acanthus_server/entities/Animation.java
Date dt = new Date();
this.createdDate = dt.toString();
this.isPublic = false;
this.owner = owner;
//this.editors.add(new Editor(owner));
//this.pageMap.put(0, 0);
this.editors.add(new Editor(owner));
this.pageMap.put(0, 0);
}
 
private Gallery gallery = Gallery.getInstance();
private Accounts accounts = Accounts.getInstance();