fix: Incorrect query type in JSON

This commit is contained in:
Karan Sharma 2020-12-14 11:49:54 +05:30
parent 94b9c6be15
commit 61e92a7ccc
3 changed files with 7 additions and 6 deletions

View file

@ -1,4 +1,4 @@
DOGGO-BIN := doggo.bin
DOGGO-BIN := doggo
HASH := $(shell git rev-parse --short HEAD)
BUILD_DATE := $(shell date '+%Y-%m-%d %H:%M:%S')