Skip to content

Commit

Permalink
REMOVE trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
fgalan authored Jul 13, 2022
1 parent 15c9963 commit 76652d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/orchestrator/core/mongo.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def createOrionIndexes(self, SERVICE_NAME):
db.entities.create_index("expDate", expireAfterSeconds=0)
db.entities.create_index([("_id.servicePath", pymongo.ASCENDING),
("_id.id", pymongo.ASCENDING),
("_id.type", pymongo.ASCENDING)])
("_id.type", pymongo.ASCENDING)])
db.entities.create_index("creDate")
# New indexes, requested by devops teams. See issue #335
db.entities.create_index("_id.id")
Expand Down

0 comments on commit 76652d5

Please sign in to comment.