mirror of
https://github.com/DefectingCat/DefectingCat.github.io
synced 2025-07-15 08:41:37 +00:00
format code
remove end of line
This commit is contained in:
@ -4,7 +4,7 @@ import { GistsFile } from 'types';
|
||||
const password = process.env.NEXT_PUBLIC_GITHUB_API;
|
||||
const host = process.env.NEXT_PUBLIC_GISTS_HOST ?? 'https://api.github.com';
|
||||
|
||||
if (!password) throw new Error('No GitHub token detected.')
|
||||
if (!password) throw new Error('No GitHub token detected.');
|
||||
const octokit = new Octokit({
|
||||
auth: password,
|
||||
baseUrl: host,
|
||||
|
@ -31,4 +31,4 @@ const fonts = {
|
||||
poppins,
|
||||
};
|
||||
|
||||
export default fonts;
|
||||
export default fonts;
|
||||
|
@ -150,4 +150,4 @@ export const frameArea = (
|
||||
|
||||
// point the camera to look at the center of the box
|
||||
camera.lookAt(boxCenter.x, boxCenter.y, boxCenter.z);
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user