Skip to content

Commit ae12aa4

Browse files
committed
Config: fix audit base record type
1 parent 43b62c8 commit ae12aa4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/config/io.audit.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,14 +121,14 @@ export type ConfigAuditProcessInfo = {
121121
export type ConfigWriteAuditRecordBase = Omit<
122122
ConfigWriteAuditRecord,
123123
| "result"
124-
| "errorCode"
125-
| "errorMessage"
126124
| "nextDev"
127125
| "nextIno"
128126
| "nextMode"
129127
| "nextNlink"
130128
| "nextUid"
131129
| "nextGid"
130+
| "errorCode"
131+
| "errorMessage"
132132
> & {
133133
nextHash: string;
134134
nextBytes: number;

0 commit comments

Comments
 (0)