mirror of
https://github.com/aykhans/slash-e.git
synced 2025-07-06 21:22:36 +00:00
chore: add healthz point
This commit is contained in:
@ -171,11 +171,3 @@ func (d *DB) DeleteMemo(ctx context.Context, delete *store.DeleteMemo) error {
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
func placeholders(n int) string {
|
||||
list := []string{}
|
||||
for i := 0; i < n; i++ {
|
||||
list = append(list, fmt.Sprintf("$%d", i+1))
|
||||
}
|
||||
return strings.Join(list, ", ")
|
||||
}
|
||||
|
Reference in New Issue
Block a user