Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc6281f5

Browse files
committed
merging client and removing some dev code
1 parentc2c79c3 commitc6281f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎internal/morpheus/poll.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ const (
2424
// if the process is found to be executing it will be tracked, otherwise it is passed on for
2525
// checking against the webhook configuration
2626
funcGetProcesses(ctx context.Context,db*sql.DB,st*state.State,logger*koan.Logger)error {
27-
//rows, err := db.Query("SELECT * FROM process where id > ?;", st.LastPollProcessId)
28-
rows,err:=db.Query("SELECT * FROM process where id = 107;")// for testing TODO remove
27+
rows,err:=db.Query("SELECT * FROM process where id > ?;",st.LastPollProcessId)
28+
//rows, err := db.Query("SELECT * FROM process where id = 107;") // for testing TODO remove
2929
iferr!=nil {
3030
returnerr
3131
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp