mirror of
https://github.com/ddworken/hishtory.git
synced 2025-02-02 11:39:24 +01:00
Update TODOs
This commit is contained in:
parent
cd53e9a40d
commit
9a4a2a18aa
@ -91,7 +91,6 @@ func (s *Server) apiBootstrapHandler(w http.ResponseWriter, r *http.Request) {
|
||||
}
|
||||
}
|
||||
|
||||
// TODO: Update this to take into account the source of the query
|
||||
func (s *Server) apiQueryHandler(w http.ResponseWriter, r *http.Request) {
|
||||
ctx := r.Context()
|
||||
userId := getRequiredQueryParam(r, "user_id")
|
||||
|
@ -104,7 +104,7 @@ func OpenDB() (*database.DB, error) {
|
||||
|
||||
var CRON_COUNTER = 0
|
||||
|
||||
// TODO: Update this to delete entries from integration tests
|
||||
// TODO: Update this to delete entries from integration test devices, as long as they are inactive
|
||||
func cron(ctx context.Context, db *database.DB, stats *statsd.Client) error {
|
||||
// Determine the latest released version of hishtory to serve via the /api/v1/download
|
||||
// endpoint for hishtory updates.
|
||||
|
Loading…
Reference in New Issue
Block a user