This commit is contained in:
2025-09-03 14:32:02 -04:00
parent c6e2b6e4d3
commit 03b751dda6
22 changed files with 1429 additions and 150 deletions

View File

@@ -15,6 +15,7 @@ interface ProfileReputation {
export class ProfileReputationManager extends ProfileContentManager {
// deno-lint-ignore require-await
async export(): Promise<ProfileReputation> {
return {
AccountId: this.profile.getId(),