Skip to content

Commit 4924e23

Browse files
committed
fix: missing comma
1 parent 1e511a8 commit 4924e23

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

core/controllers/agent.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,7 @@ const controller = {
6565
logger.error('Update error:', err)
6666
res.sendError(err)
6767
}
68-
}
69-
68+
},
7069
/**
7170
*
7271
* @author Facundo

0 commit comments

Comments
 (0)