diff options
| author | Fuwn <[email protected]> | 2026-03-01 15:56:07 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-03-01 15:56:07 -0800 |
| commit | dde1f7bb91323105d1580071aa6a947ffbb22fc2 (patch) | |
| tree | 01e5a9484cbdb14461dd20eb34624b4af0b91bc1 /src | |
| parent | chore(biome): re-enable noInvalidUseBeforeDeclaration rule (diff) | |
| download | due.moe-dde1f7bb91323105d1580071aa6a947ffbb22fc2.tar.xz due.moe-dde1f7bb91323105d1580071aa6a947ffbb22fc2.zip | |
chore(biome): re-enable noDuplicateCase rule
Diffstat (limited to 'src')
| -rw-r--r-- | src/app.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app.html b/src/app.html index 13dc8567..2a3ad3f9 100644 --- a/src/app.html +++ b/src/app.html @@ -171,7 +171,7 @@ break; - case 6: + case 7: default: aoButa = 'mai_2'; |