refacto: look after remanso now
This commit is contained in:
@@ -92,7 +92,7 @@ export const getUserSettingsContent = async (
|
||||
repo: string,
|
||||
files: RepoFile[],
|
||||
): Promise<Omit<UserSettings, "chosenFontFamily"> | null> => {
|
||||
const configFile = files.find((file) => file.path === ".litenote.json")
|
||||
const configFile = files.find((file) => file.path === ".remanso.json")
|
||||
|
||||
if (!configFile?.sha) {
|
||||
return null
|
||||
|
||||
Reference in New Issue
Block a user