mirror of
https://github.com/glimpse-app/server.git
synced 2025-04-02 10:52:45 -04:00
test git hook
This commit is contained in:
parent
759bb75328
commit
ba856038e2
1 changed files with 2 additions and 3 deletions
|
@ -8,7 +8,6 @@ type File* = ref object of Model
|
|||
name*: string
|
||||
tags*: string #? This is a temporary hack should be `seq[string]` or `JsonNode` instead
|
||||
|
||||
# creates a new file object and sets default values, recommended by the norm documentation
|
||||
func newFile*(user: User = newUser(), path: string = "", name: string = "",
|
||||
tags: string = ""): File =
|
||||
# creates a new file object and sets default values, recommended by the norm documentation
|
||||
func newFile*(user: User = newUser(), path: string = "", name: string = "", tags: string = ""): File =
|
||||
File(owner: user, path: path, name: name, tags: tags)
|
||||
|
|
Loading…
Add table
Reference in a new issue