mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
TYPO: Missing comma
This commit is contained in:
parent
3c66e48573
commit
436ea982ae
@ -8,7 +8,7 @@ task 'integration:create_fixtures' => :environment do
|
|||||||
topic: ["/t/280.json"],
|
topic: ["/t/280.json"],
|
||||||
user: ["/users/eviltrout.json",
|
user: ["/users/eviltrout.json",
|
||||||
"/user_actions.json",
|
"/user_actions.json",
|
||||||
"/topics/created-by/eviltrout.json"]
|
"/topics/created-by/eviltrout.json"],
|
||||||
static: ["/faq", '/tos', '/privacy'],
|
static: ["/faq", '/tos', '/privacy'],
|
||||||
unknown: ['/404-body']
|
unknown: ['/404-body']
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user