Skip to content

Commit e19e39a

Browse files
committed
Stop including 'createdAt' in permission history
Signed-off-by: Lee Calcote <lee.calcote@layer5.io>
1 parent 7b65739 commit e19e39a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/lib/permissions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ function buildIndex(permissions) {
270270
const id = computeIndexId(permissions);
271271
return {
272272
id,
273-
createdAt: new Date().toISOString(),
273+
// createdAt: new Date().toISOString(),
274274
count: permissions.length,
275275
items: permissions.map((p) => ({
276276
name: p.name,

0 commit comments

Comments
 (0)