mirror of
https://github.com/davegallant/rfd-fyi.git
synced 2025-08-05 15:03:38 +00:00
Add more logs
This commit is contained in:
1
.dockerignore
Normal file
1
.dockerignore
Normal file
@@ -0,0 +1 @@
|
|||||||
|
backend
|
@@ -110,7 +110,7 @@ func (a *App) getDeals(id int, firstPage int, lastPage int) []Topic {
|
|||||||
err = json.Unmarshal([]byte(body), &response)
|
err = json.Unmarshal([]byte(body), &response)
|
||||||
|
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Warn().Msgf("could not unmarshal response body: %s\n", err)
|
log.Warn().Msgf("could not unmarshal response body: %s\n %s", err)
|
||||||
}
|
}
|
||||||
|
|
||||||
t = append(t, response.Topics...)
|
t = append(t, response.Topics...)
|
||||||
|
23
rfd-launcher/.gitignore
vendored
23
rfd-launcher/.gitignore
vendored
@@ -1,23 +0,0 @@
|
|||||||
.DS_Store
|
|
||||||
node_modules
|
|
||||||
/dist
|
|
||||||
|
|
||||||
|
|
||||||
# local env files
|
|
||||||
.env.local
|
|
||||||
.env.*.local
|
|
||||||
|
|
||||||
# Log files
|
|
||||||
npm-debug.log*
|
|
||||||
yarn-debug.log*
|
|
||||||
yarn-error.log*
|
|
||||||
pnpm-debug.log*
|
|
||||||
|
|
||||||
# Editor directories and files
|
|
||||||
.idea
|
|
||||||
.vscode
|
|
||||||
*.suo
|
|
||||||
*.ntvs*
|
|
||||||
*.njsproj
|
|
||||||
*.sln
|
|
||||||
*.sw?
|
|
Reference in New Issue
Block a user