fix delay

This commit is contained in:
shoopea 2019-08-24 13:37:57 +08:00
parent 901bb059d4
commit e6c6543f2f

View File

@ -3,6 +3,7 @@ package main
import ( import (
"errors" "errors"
"strings" "strings"
"time"
) )
func getLockedClient(id int64, createMissing bool) (*ChirpClient, bool) { func getLockedClient(id int64, createMissing bool) (*ChirpClient, bool) {