bugfix: use InviteMustGet instead of InviteGet (#654)

* add fmt import
This commit is contained in:
yubo 2021-04-14 20:57:27 +08:00 committed by GitHub
parent f6b2535cdb
commit 999c1b4239
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
package models
import (
"fmt"
"time"
)