mirror of
https://github.com/outbackdingo/pangolin.git
synced 2026-01-27 18:20:04 +00:00
Temp dont ignore org
This commit is contained in:
@@ -6,7 +6,7 @@ export async function getCountryCodeForIp(
|
||||
): Promise<string | undefined> {
|
||||
try {
|
||||
if (!maxmindLookup) {
|
||||
logger.warn(
|
||||
logger.debug(
|
||||
"MaxMind DB path not configured, cannot perform GeoIP lookup"
|
||||
);
|
||||
return;
|
||||
|
||||
@@ -69,7 +69,8 @@ export async function logRequestAudit(
|
||||
|
||||
if (!orgId) {
|
||||
logger.warn("logRequestAudit: No organization context found");
|
||||
return;
|
||||
orgId = "unknown";
|
||||
// return;
|
||||
}
|
||||
|
||||
// if (!actorType || !actor || !actorId) {
|
||||
|
||||
Reference in New Issue
Block a user