We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ce9191 commit 493f5c5Copy full SHA for 493f5c5
Instagram Reels Bot/Helpers/Builders/IGComponentBuilder.cs
@@ -10,8 +10,8 @@ internal class IGComponentBuilder
10
/// The Response from the Instagram processor.
11
/// </summary>
12
private InstagramProcessorResponse Response;
13
- private ulong RequesterId;
14
- private bool EnableDeleteButton;
+ private readonly ulong RequesterId;
+ private readonly bool EnableDeleteButton;
15
private readonly IConfiguration _config;
16
private bool RequesterIsKnown
17
{
0 commit comments