mirror of
https://github.com/photoprism/photoprism.git
synced 2026-01-23 02:24:24 +00:00
Entity: Fix Map type alias in internal/entity/migrate/migrate.go
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
8490e79a46
commit
7dd3218493
1 changed files with 2 additions and 2 deletions
|
|
@ -33,5 +33,5 @@ import (
|
|||
|
||||
var log = event.Log
|
||||
|
||||
// Map is an alias for map[string]interface{}.
|
||||
type Map map[string]interface{}
|
||||
// Map is a shorthand alias for map[string]interface{}.
|
||||
type Map = map[string]interface{}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue