8000 combining network inbound by shimonewman · Pull Request #7298 · appwrite/appwrite · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

combining network inbound #7298

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Dec 21, 2023
Merged

Conversation

shimonewman
Copy link
Contributor

No description provided.

and network outbound on
hamster script
after and projectId additions
after and projectId additions
Comment on lines 220 to 230
if ($team !== false && !$team->isEmpty()) {
$userInternalId = $team->getAttribute('userInternalId', 0);

$user = $dbForConsole->findOne('users', [
Query::equal('$internalId', [(string)$userInternalId]),
]);

if ($user !== false && !$user->isEmpty()) {
$stats['Organization Email'] = $user['email'];
}
}
Copy link
Member

Choose a reason for hiding this comment

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

We need to add an else condition and log it so we know how many ( and which ) teams fall into this category

Also please run the linter to fix the indentation

… refactor-hamster-usage

� Conflicts:
�	src/Appwrite/Platform/Tasks/CalcTierStats.php
after and projectId additions
after and projectId additions
@shimonewman shimonewman merged commit 099308f into refactor-usage-sn Dec 21, 2023
7863
@christyjacob4 christyjacob4 deleted the refactor-hamster-usage branch December 21, 2023 13:22
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.

2 participants
0