Skip to content

Commit 493f5c5

Browse files
committed
Add readonlys
1 parent 0ce9191 commit 493f5c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Instagram Reels Bot/Helpers/Builders/IGComponentBuilder.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ internal class IGComponentBuilder
1010
/// The Response from the Instagram processor.
1111
/// </summary>
1212
private InstagramProcessorResponse Response;
13-
private ulong RequesterId;
14-
private bool EnableDeleteButton;
13+
private readonly ulong RequesterId;
14+
private readonly bool EnableDeleteButton;
1515
private readonly IConfiguration _config;
1616
private bool RequesterIsKnown
1717
{

0 commit comments

Comments
 (0)