···614614615615func SetPullState(e Execer, repoAt syntax.ATURI, pullId int, pullState models.PullState) error {
616616 _, err := e.Exec(
617617- `update pulls set state = ? where repo_at = ? and pull_id = ? and (state <> ? or state <> ?)`,
617617+ `update pulls set state = ? where repo_at = ? and pull_id = ? and (state <> ? and state <> ?)`,
618618 pullState,
619619 repoAt,
620620 pullId,