Add company filter to Lob list addresses

...even though I never made it actually work.
This commit is contained in:
Eli Ribble 2026-04-20 22:33:20 +00:00
parent ffd424df12
commit 8387cf667b
No known key found for this signature in database
7 changed files with 42 additions and 6 deletions

View file

@ -628,7 +628,7 @@ func logPermissions(ctx context.Context, fssync *fieldseeker.FieldSeeker) {
log.Info().Msg("This oauth token is not allowed to query for admin info")
return
}
log.Error().Err(err).Msg("Failed to get admin info log permissions")
log.Error().Err(err).Msg("Failed to get admin info during log permissions")
return
}
permissions, err := fssync.PermissionList(ctx)