formatting and contributing

* fixed some formatting

* contributing format

* simple style rules
This commit is contained in:
Kevin Dang
2024-01-30 16:15:35 -08:00
committed by GitHub
parent 9247463480
commit b94ff55449
8 changed files with 56 additions and 13 deletions

View File

@@ -1,4 +1,4 @@
import { getEnvVar } from "./utils/env.js"
import { getEnvVar } from './utils/env.js'
export const Keys = {
clientToken: getEnvVar('CLIENT_TOKEN'),