fix: lint in config/types.js (#407)

Signed-off-by: Andy Lee <andy.lee@suse.com>
This commit is contained in:
Andy Lee 2025-07-16 19:09:25 +08:00 committed by GitHub
parent b775ce5f50
commit 11b3bf4c1f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,7 +17,7 @@ export const VOLUME_MODE = {
export const NETWORK_PROTOCOL = { export const NETWORK_PROTOCOL = {
IPv4: 'IPv4', IPv4: 'IPv4',
IPv6: 'IPv6', IPv6: 'IPv6',
} };
export const INTERNAL_STORAGE_CLASS = { export const INTERNAL_STORAGE_CLASS = {
VMSTATE_PERSISTENCE: 'vmstate-persistence', VMSTATE_PERSISTENCE: 'vmstate-persistence',