mirror of
https://github.com/vlang/v.git
synced 2025-09-15 07:22:27 +03:00
orm: improve an fkey error a bit
This commit is contained in:
parent
e8dbd2c0c7
commit
c45c36ccce
2 changed files with 3 additions and 3 deletions
|
@ -16,7 +16,7 @@ const (
|
|||
)
|
||||
|
||||
pub struct ClientState {
|
||||
mut:
|
||||
pub mut:
|
||||
state State = .closed // current state of connection
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue