Skip to content

Feat/data portability#4

Merged
dumedco merged 23 commits intomainfrom
feat/data-portability
Aug 13, 2025
Merged

Feat/data portability#4
dumedco merged 23 commits intomainfrom
feat/data-portability

Conversation

@dumedco
Copy link
Contributor

@dumedco dumedco commented Jul 21, 2025

No description provided.

]);

const granteeId = event.params.granteeId.toString();
let grantee = Grantee.load(granteeId);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

getOrCreateGrantee

Copy link
Contributor

@bnunamak bnunamak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well done, don't see any major issues (just minor refactor opportunities) - try to fix CI/CD before merge if possible

]);

const serverId = event.params.serverId.toString();
let server = Server.load(serverId);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

getOrCreateServer

return;
}

let userServer = UserServer.load(compositeId);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

getOrCreateUserServer

@dumedco dumedco merged commit 029686d into main Aug 13, 2025
2 of 4 checks passed
@dumedco dumedco deleted the feat/data-portability branch August 13, 2025 09:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

Comments