DEV: Fix "no-dupe-keys" lint (#24589)

This commit is contained in:
Jarek Radosz 2023-11-28 10:55:52 +01:00 committed by GitHub
parent e9356c2ec9
commit 4c7793940a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View File

@ -243,7 +243,6 @@ acceptance("Glimmer Topic Timeline", function (needs) {
current_post_number: 1,
highest_post_number: 2,
last_read_post_number: 0,
bookmarks: [],
last_read_post_id: null,
deleted_by: {
id: 7,

View File

@ -3,7 +3,6 @@ import { createSiteSettingsFromPreloaded } from "discourse/services/site-setting
const CLIENT_SETTING_TEST_OVERRIDES = {
title: "QUnit Discourse Tests",
site_logo_url: "/assets/logo.png",
site_logo_url: "/assets/logo.png",
site_logo_small_url: "/assets/logo-single.png",
site_mobile_logo_url: "",
site_favicon_url: "/images/discourse-logo-sketch-small.png",