Skip to content

Commit

Permalink
Fix uploader
Browse files Browse the repository at this point in the history
  • Loading branch information
oeway committed Jul 10, 2024
1 parent 368f281 commit 0fbf875
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/lib/rdf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@ export interface RDF{
uploader?: {email: string},
id?: string,
id_emoji?: string,
nickname?: string,
}
2 changes: 1 addition & 1 deletion src/lib/uploader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ export class Uploader {
console.log("Generated name:", model_name);
const error = "";
this.resource_path = model_name;
this.rdf!.nickname = model_name.id;
this.rdf!.id = model_name.id;
this.rdf!.id_emoji = model_name.emoji;
return { model_name, error };
}
Expand Down

0 comments on commit 0fbf875

Please sign in to comment.