From 850cc065469d2efaefc7947dcb7a6b79e9da1858 Mon Sep 17 00:00:00 2001 From: sinner Date: Mon, 2 Feb 2026 21:47:54 -0500 Subject: refactor: change dob flag shorthand from -d to -b, add id to common fields, and remove unused telegram bot --- internal/formatter/npd.go | 1 + 1 file changed, 1 insertion(+) (limited to 'internal/formatter/npd.go') diff --git a/internal/formatter/npd.go b/internal/formatter/npd.go index 0d15d7b..8334fea 100644 --- a/internal/formatter/npd.go +++ b/internal/formatter/npd.go @@ -134,6 +134,7 @@ func isCommonField(field string) bool { "city": true, "st": true, "zip": true, + "id": true, } return commonFields[field] } -- cgit v1.2.3