We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c7d895 commit e58ca42Copy full SHA for e58ca42
1 file changed
dev-demo/index.ts
@@ -58,7 +58,7 @@ export const admin = new AdminForth({
58
}
59
const imageUrl = await plugin.getFileDownloadUrl(adminUser.dbUser.avatar || '', 3600);
60
return imageUrl;
61
- },
+ },
62
},
63
customization: {
64
brandName: "dev-demo",
0 commit comments