Skip to content

Commit 5c4f3f4

Browse files
committed
add doi_user and doi_create_at to skip keys
1 parent ee79b1d commit 5c4f3f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ func Server() {
8585
_skipKeys = srvConfig.Config.CHESSMetaData.SkipKeys
8686
if len(_skipKeys) == 0 {
8787
// default list
88-
_skipKeys = []string{"user", "date", "description", "schema_name", "schema_file", "schema", "did", "doi", "doi_url"}
88+
_skipKeys = []string{"user", "date", "description", "schema_name", "schema_file", "schema", "did", "doi", "doi_url", "doi_user", "doi_created_ad"}
8989
}
9090

9191
// setup web router and start the service

0 commit comments

Comments
 (0)