Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
mpiorowski committed Jan 8, 2024
1 parent ce14194 commit eeb5c27
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ env:
PUBLIC_AUTH_URL: https://auth-cdb5ecy4ia-lz.a.run.app
USERS_URI: users-cdb5ecy4ia-lz.a.run.app
NOTES_URI: notes-cdb5ecy4ia-lz.a.run.app
UTILS_URI: utils
UTILS_URI: utils-cdb5ecy4ia-lz.a.run.app
UPSEND_KEY: UPSEND_KEY

permissions:
Expand Down
1 change: 0 additions & 1 deletion service-users/src/user_service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ pub async fn auth(
Status::internal("Failed to insert token")
})?;

tracing::info!("before subs: {:?}", start.elapsed());
// check if user is subscribed
let subscribed = crate::stripe_service::check_subscription(&conn, env, &user)
.await
Expand Down

0 comments on commit eeb5c27

Please sign in to comment.