summaryrefslogtreecommitdiff
path: root/packages/frontend/lib/rollup-plugin-unwind-css-module-class-name.test.ts
diff options
context:
space:
mode:
authoranatawa12 <anatawa12@icloud.com>2023-12-02 12:05:53 +0900
committerGitHub <noreply@github.com>2023-12-02 12:05:53 +0900
commitb6b838416d40c96a58dfcf271287ccea0400f9a1 (patch)
treee515d602098940ec2f855b0e75a6ac48b9996c8c /packages/frontend/lib/rollup-plugin-unwind-css-module-class-name.test.ts
parent(fix) 翻訳のダブりを解消 (#12519) (diff)
downloadsharkey-b6b838416d40c96a58dfcf271287ccea0400f9a1.tar.gz
sharkey-b6b838416d40c96a58dfcf271287ccea0400f9a1.tar.bz2
sharkey-b6b838416d40c96a58dfcf271287ccea0400f9a1.zip
chore: remove unimplemented excludeNsfw (#12520)
Diffstat (limited to 'packages/frontend/lib/rollup-plugin-unwind-css-module-class-name.test.ts')
-rw-r--r--packages/frontend/lib/rollup-plugin-unwind-css-module-class-name.test.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/packages/frontend/lib/rollup-plugin-unwind-css-module-class-name.test.ts b/packages/frontend/lib/rollup-plugin-unwind-css-module-class-name.test.ts
index a7b8cbb037..759f270393 100644
--- a/packages/frontend/lib/rollup-plugin-unwind-css-module-class-name.test.ts
+++ b/packages/frontend/lib/rollup-plugin-unwind-css-module-class-name.test.ts
@@ -89,7 +89,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
api("users/notes", {
userId: props.user.id,
fileType: image,
- excludeNsfw: defaultStore.state.nsfw !== "ignore",
limit: 10
}).then((notes) => {
for (const note of notes) {
@@ -198,7 +197,6 @@ const _sfc_main = defineComponent({
api("users/notes", {
userId: props.user.id,
fileType: image,
- excludeNsfw: defaultStore.state.nsfw !== "ignore",
limit: 10
}).then(notes => {
for (const note of notes) {