mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-08-18 09:14:09 +00:00
Remove unused fields (#695)
## Description: - Remove unnecessary parsing of inferred types. - Remove unused persistentID from log message. ## Please complete the following: - [x] I have added screenshots for all UI updates - [x] I confirm I have thoroughly tested these changes and take full responsibility for any bugs introduced - [x] I understand that submitting code with bugs that could have been caught through manual testing blocks releases and new features for all contributors --------- Co-authored-by: Scott Anderson <662325+scottanderson@users.noreply.github.com>
This commit is contained in:
co-authored by
Scott Anderson
parent
ed370554de
commit
843bfe40d3
@@ -390,7 +390,6 @@ export const ClientLogMessageSchema = z.object({
|
||||
type: z.literal("log"),
|
||||
severity: z.nativeEnum(LogSeverity),
|
||||
log: ID,
|
||||
persistentID: PersistentIdSchema, // WARNING: PII
|
||||
});
|
||||
|
||||
export const ClientPingMessageSchema = z.object({
|
||||
|
||||
Reference in New Issue
Block a user