mirror of
https://github.com/mastodon/mastodon.git
synced 2025-05-07 12:16:14 +00:00
10 lines
207 B
Ruby
10 lines
207 B
Ruby
# frozen_string_literal: true
|
|
|
|
Fabricator(:fasp_backfill_request, from: 'Fasp::BackfillRequest') do
|
|
category 'content'
|
|
max_count 10
|
|
cursor nil
|
|
fulfilled false
|
|
fasp_provider
|
|
end
|