Skip to content

Commit

Permalink
Run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-dharti-r committed Jun 12, 2024
1 parent 1a9ac5c commit e78f10f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nuxt-frontend/components/home-new/BlogSection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ const resources = computed(() => store.items);
const status = computed(() => store.status);
await useAsyncData("blogs", () =>
store.loadResources(config.SHOW_DRAFT_POSTS, false, 0, 3)
store.loadResources(config.SHOW_DRAFT_POSTS, false, 0, 3),
);
if (status.value === config.SUCCESS) {
Expand Down
2 changes: 1 addition & 1 deletion nuxt-frontend/pages/portfolio/[id].vue
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ watch(
(currentValue, oldValue) => {
getData(currentValue);
},
{ immediate: true, deep: true }
{ immediate: true, deep: true },
);
</script>

Expand Down

0 comments on commit e78f10f

Please sign in to comment.