socialnetworknews-web

A open-source Paper.li clone
git clone git://archive.git.mtrnord.blog/SocialNetworkNews/socialnetworknews-web.git
Log | Files | Refs | README | LICENSE

commit 49b0e80ebf83a1cd8df2b47acbf7239d3a3c9273
parent 1a37bc5896302139406719ed714583ca2d0cf30c
Author: MTRNord <mtrnord1@gmail.com>
Date:   Thu, 15 Mar 2018 17:17:04 +0100

Fix uuid being private

Diffstat:
Msrc/app/paper/paper.component.ts | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/app/paper/paper.component.ts b/src/app/paper/paper.component.ts @@ -10,7 +10,7 @@ import {ApiService, Paper} from '../api.service'; encapsulation: ViewEncapsulation.None }) export class PaperComponent implements OnInit { - private uuid: string; + uuid: string; isBrowser: boolean; data: Paper;