Skip to content
This repository has been archived by the owner on Dec 18, 2023. It is now read-only.

Fix: #38 - Upload button redirects to error page #40

Merged
merged 1 commit into from
Mar 16, 2023
Merged

Conversation

QAInsights
Copy link
Owner

No description provided.

@@ -289,8 +288,7 @@ def get_upload_count(username):
key = {'username': username}
# response = settings_table.query(KeyConditionExpression=Key('username').eq(username))
response = settings_table.get_item(Key=key)

if 'initial_upload_quota' in response['Item']:
if 'Item' in response and 'initial_upload_quota' in response['Item']:
Copy link
Owner Author

Choose a reason for hiding this comment

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

@Ruturaj123 Ruturaj123 merged commit fb9dd5d into main Mar 16, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants