Skip to content

Commit 21c3ffb

Browse files
committed
Fix bug: double read of pr_info
1 parent 8a47594 commit 21c3ffb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

server.sml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ fun finish id =
121121
val sha = get_head_sha (read_bare_snapshot inp)
122122
val status = read_status inp
123123
val inp = (TextIO.closeIn inp; TextIO.openIn new)
124-
val pr_info = read_job_pr inp
125124
val branch =
126125
case read_job_pr inp of
127126
NONE => "master"

0 commit comments

Comments
 (0)