mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-03 04:29:35 +08:00
fixed return
This commit is contained in:
parent
b48da620b3
commit
a84f43d959
@ -294,5 +294,5 @@ func (s *Store) Update(updater interface{}) {
|
|||||||
|
|
||||||
// Get returns the value of the data that's kept in the current state / Store
|
// Get returns the value of the data that's kept in the current state / Store
|
||||||
func (s *Store) Get() interface{} {
|
func (s *Store) Get() interface{} {
|
||||||
return s.data
|
return s.data.Interface()
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user