Skip to content

Commit a7ae573

Browse files
linting
1 parent 6b4568b commit a7ae573

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.oxfmtrc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"/public/packs-test",
1313
"/public/system",
1414
"/public/vite*",
15+
"/public/MathJax",
1516

1617
"*.html",
1718
"docker-compose.override.yml",

app/javascript/flavours/glitch/features/account_edit/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ export const AccountEdit: FC = () => {
139139
const dispatch = useAppDispatch();
140140

141141
const { profile, isPending } = useAppSelector((state) => state.profileEdit);
142-
console.log(profile);
142+
143143
useEffect(() => {
144144
void dispatch(fetchProfile());
145145
}, [dispatch]);

app/models/public_feed.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ def max_boost_id_scope
131131

132132
def without_duplicate_reblogs
133133
Status.where(statuses: { reblog_of_id: nil })
134-
.or(max_boost_id_scope)
134+
.or(max_boost_id_scope)
135135
end
136136

137137
def media_only_scope

0 commit comments

Comments
 (0)