summaryrefslogtreecommitdiffstats
path: root/internal
diff options
context:
space:
mode:
authorsinner <[email protected]>2026-02-02 21:47:54 -0500
committersinner <[email protected]>2026-02-02 21:47:54 -0500
commit850cc065469d2efaefc7947dcb7a6b79e9da1858 (patch)
treec8f380a0d3d422fb44be86260a1274aa9aa0f566 /internal
parent85caa38c7b45766f044a016b88a410f75cb7469e (diff)
downloaddborg-850cc065469d2efaefc7947dcb7a6b79e9da1858.tar.gz
dborg-850cc065469d2efaefc7947dcb7a6b79e9da1858.zip
refactor: change dob flag shorthand from -d to -b, add id to common fields, and remove unused telegram botHEADmaster
Diffstat (limited to 'internal')
-rw-r--r--internal/formatter/npd.go1
1 files changed, 1 insertions, 0 deletions
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]
}