Skip to content

Commit

Permalink
fix(lint)
Browse files Browse the repository at this point in the history
  • Loading branch information
Irfan Maulana committed Apr 11, 2019
1 parent ac7ee33 commit 4eba09e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nuxt.config.ts
Expand Up @@ -59,7 +59,7 @@ interface sitemap {
}

const routesSitemap = (): sitemap[] => {
let res: sitemap[] = []
const res: sitemap[] = []
routes().forEach((el) => {
const item: sitemap = {
url: el,
Expand Down

0 comments on commit 4eba09e

Please sign in to comment.