Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
PMinn committed Dec 8, 2023
1 parent 22f81c7 commit 13104bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pages/about.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import useSWR from 'swr';

import styles from '../styles/about.module.css';

import { fetchDatabase, fetchStorageMutipleByPaths } from '@/firebase.js';
import { fetchDatabase, fetchStorageMultipleByPaths } from '@/firebase.js';
import Layout from '@/components/Layout';

export default function About({ title, description, data }) {
Expand Down
2 changes: 1 addition & 1 deletion renderData.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as fs from 'fs';
import { fetchDatabase, fetchAllData, fetchStorageMutipleByPaths } from './firebase.js';
import { fetchDatabase, fetchAllData, fetchStorageMultipleByPaths } from './firebase.js';

export default async function renderData() {
fs.mkdirSync('./temp/', { recursive: true });
Expand Down

0 comments on commit 13104bc

Please sign in to comment.